mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Skip failing test with freebsd
This commit is contained in:
parent
360c5fd6f9
commit
0cae30e1d3
1 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue