File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -736,7 +736,7 @@ def test_retrbinary_fail
736
736
737
737
def test_getbinaryfile
738
738
# http://ci.rvm.jp/logfiles/brlog.trunk-mjit-wait.20200326-025942
739
- skip 'This has been too unstable with --jit-wait' if RubyVM ::MJIT . enabled?
739
+ skip 'This has been too unstable with --jit-wait' if defined? ( RubyVM :: MJIT ) && RubyVM ::MJIT . enabled?
740
740
commands = [ ]
741
741
binary_data = ( 0 ..0xff ) . map { |i | i . chr } . join * 4 * 3
742
742
server = create_ftp_server { |sock |
@@ -2186,7 +2186,7 @@ def test_tls_connect_timeout
2186
2186
def test_abort_tls
2187
2187
return unless defined? ( OpenSSL )
2188
2188
# http://ci.rvm.jp/results/trunk-mjit-wait@silicon-docker/2789353
2189
- skip 'This is unstable with --jit-wait. TODO: debug it' if RubyVM ::MJIT . enabled?
2189
+ skip 'This is unstable with --jit-wait. TODO: debug it' if defined? ( RubyVM :: MJIT ) && RubyVM ::MJIT . enabled?
2190
2190
2191
2191
commands = [ ]
2192
2192
server = create_ftp_server { |sock |
You can’t perform that action at this time.
0 commit comments