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:
parent
8747974d4b
commit
93e780e03b
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue