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

Skip test_getbinaryfile_command_injection on --jit-wait

Timeout-based test often fails with --jit-wait as a false positive.
Like other tests in the TestFTP, let me skip this as well.

http://ci.rvm.jp/results/trunk-mjit-wait@silicon-docker/3001181
http://ci.rvm.jp/results/trunk-mjit-wait@silicon-docker/3000134
http://ci.rvm.jp/results/trunk-mjit-wait@silicon-docker/2999923
http://ci.rvm.jp/results/trunk-mjit-wait@silicon-docker/2998857
This commit is contained in:
Takashi Kokubun 2020-06-13 16:32:29 -07:00
parent 2496bdb28f
commit 1583c743d5
No known key found for this signature in database
GPG key ID: 6FFC433B12EE23DD

View file

@ -2243,6 +2243,8 @@ EOF
end
def test_getbinaryfile_command_injection
# http://ci.rvm.jp/results/trunk-mjit-wait@silicon-docker/3001181
skip 'This has been too unstable with --jit-wait' if defined?(RubyVM::MJIT) && RubyVM::MJIT.enabled?
skip "| is not allowed in filename on Windows" if windows?
[false, true].each do |resume|
commands = []