1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Exclude TestThread#test_signal_at_join on FreeBSD 13 for now [ci skip]

This commit is contained in:
Nobuyoshi Nakada 2022-02-13 17:39:57 +09:00
parent a9aa42ac64
commit b4fd0e0c73
No known key found for this signature in database
GPG key ID: 7CD2805BFA3770C6

View file

@ -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