summaryrefslogtreecommitdiff
path: root/test/ruby/test_require.rb
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2019-08-04 10:49:03 +0900
committerTakashi Kokubun <takashikkbn@gmail.com>2019-08-04 10:49:04 +0900
commit7a75baa6e294473f02da512c99f7ef1f76b2d83c (patch)
treefdfa9e4178d0056b02dcd90b76050cfca93260eb /test/ruby/test_require.rb
parenta3188f43a812a8c3954391af66ed54352423ef60 (diff)
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.
Diffstat (limited to 'test/ruby/test_require.rb')
-rw-r--r--test/ruby/test_require.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/ruby/test_require.rb b/test/ruby/test_require.rb
index 56dfd95096..8792cf51f1 100644
--- a/test/ruby/test_require.rb
+++ b/test/ruby/test_require.rb
@@ -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