summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authork0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-10-22 03:31:13 +0000
committerk0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-10-22 03:31:13 +0000
commit93e780e03b47e819d72a32515edfd08f1e8c101c (patch)
tree64a7a31bc661dc6d0536798367acbdb5b7a832af /test
parent8747974d4b40f99523f9f0b9373d62d3808aef16 (diff)
test_thread.rb: another temporary skip for MJIT
to make trunk-mjit-wait CI green for now. I'll take a look at this later. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65297 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
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