зеркало из https://github.com/github/ruby.git
[ruby/net-http] Use omit instead of skip for test-unit
https://github.com/ruby/net-http/commit/5bb14fd3bc
This commit is contained in:
Родитель
9784f6685e
Коммит
2bc85766c0
|
@ -79,7 +79,7 @@ EOS
|
|||
def test_read_body_block_mod
|
||||
# http://ci.rvm.jp/results/trunk-mjit-wait@silicon-docker/3019353
|
||||
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
|
||||
IO.pipe do |r, w|
|
||||
buf = 'x' * 1024
|
||||
|
|
Загрузка…
Ссылка в новой задаче