Skip to content

Commit a6603e4

Browse files
committed
Also skip on JRuby until we can fix sporadic failures
1 parent a8fa486 commit a6603e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/concurrent/edge/erlang_actor_spec.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -918,7 +918,7 @@
918918
end
919919

920920
specify "timing out" do
921-
skip('flaky on truffleruby') if Concurrent.on_truffleruby?
921+
skip('flaky on truffleruby') if Concurrent.on_truffleruby? || Concurrent.on_jruby?
922922

923923
count_down = Concurrent::CountDownLatch.new
924924
body = { on_thread: -> { m = receive; count_down.wait; reply m },

0 commit comments

Comments
 (0)