We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71ba189 commit 0d9911eCopy full SHA for 0d9911e
test/net/http/test_httpresponse.rb
@@ -78,7 +78,7 @@ def test_read_body_block
78
79
def test_read_body_block_mod
80
# http://ci.rvm.jp/results/trunk-mjit-wait@silicon-docker/3019353
81
- skip 'too unstable with --jit-wait, and extending read_timeout did not help it' if RubyVM::MJIT.enabled?
+ skip 'too unstable with --jit-wait, and extending read_timeout did not help it' if defined?(RubyVM::MJIT) && RubyVM::MJIT.enabled?
82
IO.pipe do |r, w|
83
buf = 'x' * 1024
84
buf.freeze
0 commit comments