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:
parent
2496bdb28f
commit
1583c743d5
1 changed files with 2 additions and 0 deletions
|
@ -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 = []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue