1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Suspend many fibers test on JIT for now

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.
This commit is contained in:
Takashi Kokubun 2019-11-13 09:37:25 -08:00
parent afc93e96ff
commit a8f9e25ca8
No known key found for this signature in database
GPG key ID: 6FFC433B12EE23DD

View file

@ -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{}