Skip to content

Commit 5bb14fd

Browse files
committed
Use omit instead of skip for test-unit
1 parent edfa731 commit 5bb14fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/net/http/test_httpresponse.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def test_read_body_block
7979
def test_read_body_block_mod
8080
# http://ci.rvm.jp/results/trunk-mjit-wait@silicon-docker/3019353
8181
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'
82+
omit 'too unstable with --jit-wait, and extending read_timeout did not help it'
8383
end
8484
IO.pipe do |r, w|
8585
buf = 'x' * 1024

0 commit comments

Comments
 (0)