From 98e01c991433a6785fac3d750114b5b3cb70710d Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Thu, 28 Jul 2022 19:10:24 +0900 Subject: Also skip the failing test similar with a343952d195a324dd4563318d8f88b167316ce5d --- bootstraptest/test_io.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'bootstraptest') diff --git a/bootstraptest/test_io.rb b/bootstraptest/test_io.rb index c6c3772d36..ff26497696 100644 --- a/bootstraptest/test_io.rb +++ b/bootstraptest/test_io.rb @@ -1,3 +1,4 @@ +/freebsd/ =~ RUBY_PLATFORM or assert_finish 5, %q{ r, w = IO.pipe t1 = Thread.new { r.sysread(1) } -- cgit v1.2.3