ruby-changes:70832
From: Hiroshi <ko1@a...>
Date: Wed, 12 Jan 2022 11:03:22 +0900 (JST)
Subject: [ruby-changes:70832] dcb02cb28a (master): [ruby/io-nonblock] Use omit instead of skip for test-unit
https://git.ruby-lang.org/ruby.git/commit/?id=dcb02cb28a From dcb02cb28aa8c6d998291aaddf95a571d369f316 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA <hsbt@r...> Date: Tue, 11 Jan 2022 21:44:20 +0900 Subject: [ruby/io-nonblock] Use omit instead of skip for test-unit https://github.com/ruby/io-nonblock/commit/a7bfbfa049 --- test/io/nonblock/test_flush.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/io/nonblock/test_flush.rb b/test/io/nonblock/test_flush.rb index 08d129de3f4..447d761f18a 100644 --- a/test/io/nonblock/test_flush.rb +++ b/test/io/nonblock/test_flush.rb @@ -15,7 +15,7 @@ class TestIONonblock < Test::Unit::TestCase https://github.com/ruby/ruby/blob/trunk/test/io/nonblock/test_flush.rb#L15 Socket.pair(:INET, :STREAM) {|s1, s2| return if flush_test(s1, s2) } - skip "nonblocking IO did not work" + omit "nonblocking IO did not work" end def flush_test(r, w) -- cgit v1.2.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/