Skip failing test with freebsd

This commit is contained in:
Hiroshi SHIBATA 2022-05-31 11:40:38 +09:00
parent 360c5fd6f9
commit 0cae30e1d3
No known key found for this signature in database
GPG Key ID: F9CF13417264FAC2

View File

@ -824,6 +824,8 @@ class TestRequire < Test::Unit::TestCase
end if File.respond_to?(:mkfifo)
def test_loading_fifo_threading_success
omit "[Bug #18613]" if /freebsd/=~ RUBY_PLATFORM
Tempfile.create(%w'fifo .rb') {|f|
f.close
File.unlink(f.path)