Skip to content

Commit 413c8ec

Browse files
committed
Pend flaky test on truffleruby
1 parent 7b92c7d commit 413c8ec

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

spec/concurrent/edge/erlang_actor_spec.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -917,6 +917,8 @@
917917
end
918918

919919
specify "timing out" do
920+
(pending('flaky on truffleruby'); fails) if Concurrent.on_truffleruby?
921+
920922
count_down = Concurrent::CountDownLatch.new
921923
body = { on_thread: -> { m = receive; count_down.wait; reply m },
922924
on_pool: -> { receive { |m| count_down.wait; reply m } } }

0 commit comments

Comments
 (0)