From 8ee8a6f93c0e4f6b62f00e4cb181faf21e81d2f9 Mon Sep 17 00:00:00 2001 From: duerst Date: Tue, 21 Jun 2016 06:42:27 +0000 Subject: * test/ruby/test_in.rb: Skip test_read_buffer_error on cygwin, because this test repeatedly hangs. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55477 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/ruby/test_io.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/ruby/test_io.rb') diff --git a/test/ruby/test_io.rb b/test/ruby/test_io.rb index bfcfbbd06c..9033c375cb 100644 --- a/test/ruby/test_io.rb +++ b/test/ruby/test_io.rb @@ -1280,7 +1280,7 @@ class TestIO < Test::Unit::TestCase t.value assert_equal("xxx", s) end - end + end if /cygwin/ !~ RUBY_PLATFORM def test_write_nonblock pipe(proc do |w| -- cgit v1.2.3