summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2021-09-11 10:24:51 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2021-09-11 10:25:34 +0900
commit2bc85766c0886fd690576f19fb3cc454dbb818bf (patch)
tree18dd05cd9d394755be27a37cb12406a994d93238 /test
parent9784f6685e1ccf7929c53ecc95272006645e70c5 (diff)
[ruby/net-http] Use omit instead of skip for test-unit
https://github.com/ruby/net-http/commit/5bb14fd3bc
Diffstat (limited to 'test')
-rw-r--r--test/net/http/test_httpresponse.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/net/http/test_httpresponse.rb b/test/net/http/test_httpresponse.rb
index cb86b54648..00b0072e70 100644
--- a/test/net/http/test_httpresponse.rb
+++ b/test/net/http/test_httpresponse.rb
@@ -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