зеркало из https://github.com/github/ruby.git
Exclude TestThread#test_signal_at_join on FreeBSD 13 for now [ci skip]
This commit is contained in:
Родитель
a9aa42ac64
Коммит
b4fd0e0c73
|
@ -1,2 +1,5 @@
|
|||
# frozen_string_literal: false
|
||||
exclude(/_stack_size$/, 'often too expensive')
|
||||
if /freebsd13/ =~ RUBY_PLATFORM
|
||||
exclude('test_signal_at_join', 'gets stuck somewhere')
|
||||
end
|
||||
|
|
Загрузка…
Ссылка в новой задаче