summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/ruby/test_thread.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/ruby/test_thread.rb b/test/ruby/test_thread.rb
index 8ce1c3cbea..3c182cc0ec 100644
--- a/test/ruby/test_thread.rb
+++ b/test/ruby/test_thread.rb
@@ -1294,6 +1294,8 @@ q.pop
end
def test_thread_interrupt_for_killed_thread
+ skip 'This test fails with --jit-wait and MJIT copy job. Under investigation.' if RubyVM::MJIT.enabled?
+
opts = { timeout: 5, timeout_error: nil }
# prevent SIGABRT from slow shutdown with MJIT