diff options
-rw-r--r-- | test/net/ftp/test_ftp.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/net/ftp/test_ftp.rb b/test/net/ftp/test_ftp.rb index 4684a31984..3f86d16995 100644 --- a/test/net/ftp/test_ftp.rb +++ b/test/net/ftp/test_ftp.rb @@ -735,6 +735,8 @@ class FTPTest < Test::Unit::TestCase end def test_getbinaryfile + # http://ci.rvm.jp/logfiles/brlog.trunk-mjit-wait.20200326-025942 + skip 'This has been too unstable with --jit-wait' if RubyVM::MJIT.enabled? commands = [] binary_data = (0..0xff).map {|i| i.chr}.join * 4 * 3 server = create_ftp_server { |sock| |