mirror of
https://github.com/ruby/ruby.git
synced 2025-08-25 22:14:37 +02:00
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:
parent
a3188f43a8
commit
7a75baa6e2
1 changed files with 1 additions and 0 deletions
|
@ -503,6 +503,7 @@ class TestRequire < Test::Unit::TestCase
|
||||||
end
|
end
|
||||||
|
|
||||||
def test_race_exception
|
def test_race_exception
|
||||||
|
skip 'require has had a race condition since 5931857281ce45c1c277aa86d1588119ab00a955' if RubyVM::MJIT.enabled?
|
||||||
bug5754 = '[ruby-core:41618]'
|
bug5754 = '[ruby-core:41618]'
|
||||||
path = nil
|
path = nil
|
||||||
stderr = $stderr
|
stderr = $stderr
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue