зеркало из https://github.com/github/ruby.git
Skip failing test with freebsd
This commit is contained in:
Родитель
d6684f063b
Коммит
a78f003c30
|
@ -1407,6 +1407,8 @@ class TestFileExhaustive < Test::Unit::TestCase
|
|||
end
|
||||
|
||||
def test_flock_exclusive
|
||||
omit "[Bug #18613]" if /freebsd/=~ RUBY_PLATFORM
|
||||
|
||||
timeout = EnvUtil.apply_timeout_scale(0.1).to_s
|
||||
File.open(regular_file, "r+") do |f|
|
||||
f.flock(File::LOCK_EX)
|
||||
|
|
Загрузка…
Ссылка в новой задаче