mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Skip test_abort_tls with --jit-wait for now
Perhaps the server blocks for an unexpectedly long time by waiting for JIT. As it's usually passing, I don't think it's detecting a bug.
This commit is contained in:
parent
00dc8c0246
commit
a90117c8c9
1 changed files with 2 additions and 0 deletions
|
@ -2183,6 +2183,8 @@ EOF
|
|||
|
||||
def test_abort_tls
|
||||
return unless defined?(OpenSSL)
|
||||
# http://ci.rvm.jp/results/trunk-mjit-wait@silicon-docker/2789353
|
||||
skip 'This is unstable with --jit-wait. TODO: debug it' if RubyVM::MJIT.enabled?
|
||||
|
||||
commands = []
|
||||
server = create_ftp_server { |sock|
|
||||
|
|
Loading…
Add table
Reference in a new issue