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 edfa731 commit 5bb14fdCopy full SHA for 5bb14fd
test/net/http/test_httpresponse.rb
@@ -79,7 +79,7 @@ def test_read_body_block
79
def test_read_body_block_mod
80
# http://ci.rvm.jp/results/trunk-mjit-wait@silicon-docker/3019353
81
if defined?(RubyVM::JIT) ? RubyVM::JIT.enabled? : defined?(RubyVM::MJIT) && RubyVM::MJIT.enabled?
82
- skip 'too unstable with --jit-wait, and extending read_timeout did not help it'
+ omit 'too unstable with --jit-wait, and extending read_timeout did not help it'
83
end
84
IO.pipe do |r, w|
85
buf = 'x' * 1024
0 commit comments