mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
parent
9784f6685e
commit
2bc85766c0
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ EOS
|
||||||
def test_read_body_block_mod
|
def test_read_body_block_mod
|
||||||
# http://ci.rvm.jp/results/trunk-mjit-wait@silicon-docker/3019353
|
# http://ci.rvm.jp/results/trunk-mjit-wait@silicon-docker/3019353
|
||||||
if defined?(RubyVM::JIT) ? RubyVM::JIT.enabled? : defined?(RubyVM::MJIT) && RubyVM::MJIT.enabled?
|
if defined?(RubyVM::JIT) ? RubyVM::JIT.enabled? : defined?(RubyVM::MJIT) && RubyVM::MJIT.enabled?
|
||||||
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'
|
||||||
end
|
end
|
||||||
IO.pipe do |r, w|
|
IO.pipe do |r, w|
|
||||||
buf = 'x' * 1024
|
buf = 'x' * 1024
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue