Skip to content

Commit a8f9e25

Browse files
committed
Suspend many fibers test on JIT for now
https://github.com/ruby/ruby/runs/301411717 No C backtrace information and this is hard to fix immediately. As CI doesn't provide helpful information, this should be debugged locally or at least have more logs there.
1 parent afc93e9 commit a8f9e25

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/ruby/test_fiber.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ def test_term
3434
end
3535

3636
def test_many_fibers
37+
skip 'This is unstable on GitHub Actions --jit-wait. TODO: debug it' if RubyVM::MJIT.enabled?
3738
max = 10_000
3839
assert_equal(max, max.times{
3940
Fiber.new{}

0 commit comments

Comments
 (0)