1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[ruby/io-nonblock] Use omit instead of skip for test-unit

https://github.com/ruby/io-nonblock/commit/a7bfbfa049
This commit is contained in:
Hiroshi SHIBATA 2022-01-11 21:44:20 +09:00
parent 186fd89086
commit dcb02cb28a
No known key found for this signature in database
GPG key ID: F9CF13417264FAC2

View file

@ -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)