mirror of
https://github.com/ruby/ruby.git
synced 2026-01-26 12:14:51 +00:00
Update the latest results of test-bundled-gems
This commit is contained in:
parent
ab683d56bc
commit
202028aea1
Notes:
git
2025-12-24 03:25:16 +00:00
@ -10,11 +10,9 @@ ENV.delete("GNUMAKEFLAGS")
|
||||
github_actions = ENV["GITHUB_ACTIONS"] == "true"
|
||||
|
||||
DEFAULT_ALLOWED_FAILURES = RUBY_PLATFORM =~ /mswin|mingw/ ? [
|
||||
'rbs',
|
||||
'debug',
|
||||
'irb',
|
||||
'power_assert',
|
||||
'net-imap',
|
||||
'csv',
|
||||
] : []
|
||||
allowed_failures = ENV['TEST_BUNDLED_GEMS_ALLOW_FAILURES'] || ''
|
||||
allowed_failures = allowed_failures.split(',').concat(DEFAULT_ALLOWED_FAILURES).uniq.reject(&:empty?)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user