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
Родитель 00dc8c0246
Коммит a90117c8c9
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 6FFC433B12EE23DD
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

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