[前][次][番号順一覧][スレッド一覧]

ruby-changes:67918

From: Hiroshi <ko1@a...>
Date: Sat, 11 Sep 2021 10:25:50 +0900 (JST)
Subject: [ruby-changes:67918] 2bc85766c0 (master): [ruby/net-http] Use omit instead of skip for test-unit

https://git.ruby-lang.org/ruby.git/commit/?id=2bc85766c0

From 2bc85766c0886fd690576f19fb3cc454dbb818bf Mon Sep 17 00:00:00 2001
From: Hiroshi SHIBATA <hsbt@r...>
Date: Sat, 11 Sep 2021 10:24:51 +0900
Subject: [ruby/net-http] Use omit instead of skip for test-unit

https://github.com/ruby/net-http/commit/5bb14fd3bc
---
 test/net/http/test_httpresponse.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/net/http/test_httpresponse.rb b/test/net/http/test_httpresponse.rb
index cb86b54..00b0072 100644
--- a/test/net/http/test_httpresponse.rb
+++ b/test/net/http/test_httpresponse.rb
@@ -79,7 +79,7 @@ EOS https://github.com/ruby/ruby/blob/trunk/test/net/http/test_httpresponse.rb#L79
   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
-- 
cgit v1.1


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]