summaryrefslogtreecommitdiff
path: root/test/net
diff options
context:
space:
mode:
Diffstat (limited to 'test/net')
-rw-r--r--test/net/ftp/test_ftp.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/net/ftp/test_ftp.rb b/test/net/ftp/test_ftp.rb
index 0bc45f2996..571338f9d8 100644
--- a/test/net/ftp/test_ftp.rb
+++ b/test/net/ftp/test_ftp.rb
@@ -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 = []