mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Enabled the released versions of bundled gems that are working fine with Ruby HEAD
This commit is contained in:
parent
13a2b9fa2d
commit
332f83d1ab
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ github_actions = ENV["GITHUB_ACTIONS"] == "true"
|
|||
|
||||
allowed_failures = ENV['TEST_BUNDLED_GEMS_ALLOW_FAILURES'] || ''
|
||||
if RUBY_PLATFORM =~ /mswin|mingw/
|
||||
allowed_failures = [allowed_failures, "rbs,debug,irb,net-imap"].join(',')
|
||||
allowed_failures = [allowed_failures, "irb"].join(',')
|
||||
end
|
||||
allowed_failures = allowed_failures.split(',').uniq.reject(&:empty?)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue