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:
parent
186fd89086
commit
dcb02cb28a
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue