Skip test_race_exception on MJIT for now

somehow the test fails only on Wercker in CIs triggered by GitHub.
Actually rubyci and ci.rvm.jp also have issues too, though.
This commit is contained in:
Takashi Kokubun 2019-08-04 10:49:03 +09:00
parent a3188f43a8
commit 7a75baa6e2
No known key found for this signature in database
GPG key ID: 6FFC433B12EE23DD

View file

@ -503,6 +503,7 @@ class TestRequire < Test::Unit::TestCase
end
def test_race_exception
skip 'require has had a race condition since 5931857281ce45c1c277aa86d1588119ab00a955' if RubyVM::MJIT.enabled?
bug5754 = '[ruby-core:41618]'
path = nil
stderr = $stderr