From a8f9e25ca8cc160683711baed00008461db2ad16 Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Wed, 13 Nov 2019 09:37:25 -0800 Subject: [PATCH] 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. --- test/ruby/test_fiber.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/test/ruby/test_fiber.rb b/test/ruby/test_fiber.rb index 2d7cbc8a9e..a7ed9ac7e0 100644 --- a/test/ruby/test_fiber.rb +++ b/test/ruby/test_fiber.rb @@ -34,6 +34,7 @@ class TestFiber < Test::Unit::TestCase end def test_many_fibers + skip 'This is unstable on GitHub Actions --jit-wait. TODO: debug it' if RubyVM::MJIT.enabled? max = 10_000 assert_equal(max, max.times{ Fiber.new{}