зеркало из https://github.com/github/ruby.git
Skip failing test with freebsd
This commit is contained in:
Родитель
360c5fd6f9
Коммит
0cae30e1d3
|
@ -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)
|
||||
|
|
Загрузка…
Ссылка в новой задаче