exclude name must be Regexp or Symbol

fdf0f8d814/tool/lib/test/unit.rb (L1273-L1290)
This commit is contained in:
Kazuhiro NISHIYAMA 2022-02-17 19:01:33 +09:00
parent fdf0f8d814
commit dfe7faa6b6
No known key found for this signature in database
GPG Key ID: 262ED8DBB4222F7A
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
# frozen_string_literal: false
exclude(/_stack_size$/, 'often too expensive')
if /freebsd13/ =~ RUBY_PLATFORM
exclude('test_signal_at_join', 'gets stuck somewhere')
exclude(:test_signal_at_join, 'gets stuck somewhere')
end