1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

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
This commit is contained in:
k0kubun 2018-10-22 03:31:13 +00:00
parent 8747974d4b
commit 93e780e03b

View file

@ -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