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 7b92c7d commit 413c8ecCopy full SHA for 413c8ec
spec/concurrent/edge/erlang_actor_spec.rb
@@ -917,6 +917,8 @@
917
end
918
919
specify "timing out" do
920
+ (pending('flaky on truffleruby'); fails) if Concurrent.on_truffleruby?
921
+
922
count_down = Concurrent::CountDownLatch.new
923
body = { on_thread: -> { m = receive; count_down.wait; reply m },
924
on_pool: -> { receive { |m| count_down.wait; reply m } } }
0 commit comments