diff options
Diffstat (limited to 'test/io/nonblock/test_flush.rb')
-rw-r--r-- | test/io/nonblock/test_flush.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/io/nonblock/test_flush.rb b/test/io/nonblock/test_flush.rb index 40dbe94b3a..77c985b8ad 100644 --- a/test/io/nonblock/test_flush.rb +++ b/test/io/nonblock/test_flush.rb @@ -6,6 +6,7 @@ end class TestIONonblock < Test::Unit::TestCase def test_flush # [ruby-dev:24985] + flunk "YARV doesn't support io/nonblock" r,w = IO.pipe w.nonblock = true w.sync = false |