summaryrefslogtreecommitdiff
path: root/test/ruby
diff options
context:
space:
mode:
Diffstat (limited to 'test/ruby')
-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