[ruby/io-nonblock] Use omit instead of skip for test-unit
https://github.com/ruby/io-nonblock/commit/a7bfbfa049
This commit is contained in:
parent
186fd89086
commit
dcb02cb28a
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user