From 93e780e03b47e819d72a32515edfd08f1e8c101c Mon Sep 17 00:00:00 2001 From: k0kubun Date: Mon, 22 Oct 2018 03:31:13 +0000 Subject: 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 --- test/ruby/test_thread.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test') 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 -- cgit v1.2.3