summaryrefslogtreecommitdiff
path: root/bootstraptest
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2022-07-28 19:10:24 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2022-07-28 19:10:24 +0900
commit98e01c991433a6785fac3d750114b5b3cb70710d (patch)
tree2eaa58a5086a18f2d531769e41c519a7b9267b9a /bootstraptest
parent2b9374768f9f93129e5c4b7aaedfa785d041cbb1 (diff)
downloadruby-98e01c991433a6785fac3d750114b5b3cb70710d.tar.gz
Also skip the failing test similar with a343952d195a324dd4563318d8f88b167316ce5d
Diffstat (limited to 'bootstraptest')
-rw-r--r--bootstraptest/test_io.rb1
1 files changed, 1 insertions, 0 deletions
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) }