1
0
Fork 0
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:
Takashi Kokubun 2020-03-12 18:43:01 -07:00
parent 00dc8c0246
commit a90117c8c9
No known key found for this signature in database
GPG key ID: 6FFC433B12EE23DD

View file

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