From dcb02cb28aa8c6d998291aaddf95a571d369f316 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Tue, 11 Jan 2022 21:44:20 +0900 Subject: [PATCH] [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 08d129de3f..447d761f18 100644 --- a/test/io/nonblock/test_flush.rb +++ b/test/io/nonblock/test_flush.rb @@ -15,7 +15,7 @@ class TestIONonblock < Test::Unit::TestCase 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)