We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8fa486 commit 27f7833Copy full SHA for 27f7833
spec/concurrent/edge/erlang_actor_spec.rb
@@ -918,7 +918,7 @@
918
end
919
920
specify "timing out" do
921
- skip('flaky on truffleruby') if Concurrent.on_truffleruby?
+ skip('flaky on truffleruby and jruby') if Concurrent.on_truffleruby? || Concurrent.on_jruby?
922
923
count_down = Concurrent::CountDownLatch.new
924
body = { on_thread: -> { m = receive; count_down.wait; reply m },
0 commit comments