1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Also skip the failing test similar with a343952d19

This commit is contained in:
Hiroshi SHIBATA 2022-07-28 19:10:24 +09:00
parent 2b9374768f
commit 98e01c9914
No known key found for this signature in database
GPG key ID: F9CF13417264FAC2

View file

@ -1,3 +1,4 @@
/freebsd/ =~ RUBY_PLATFORM or
assert_finish 5, %q{
r, w = IO.pipe
t1 = Thread.new { r.sysread(1) }