We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab683d5 commit 202028aCopy full SHA for 202028a
tool/test-bundled-gems.rb
@@ -10,11 +10,9 @@
10
github_actions = ENV["GITHUB_ACTIONS"] == "true"
11
12
DEFAULT_ALLOWED_FAILURES = RUBY_PLATFORM =~ /mswin|mingw/ ? [
13
- 'rbs',
14
'debug',
15
'irb',
16
- 'power_assert',
17
- 'net-imap',
+ 'csv',
18
] : []
19
allowed_failures = ENV['TEST_BUNDLED_GEMS_ALLOW_FAILURES'] || ''
20
allowed_failures = allowed_failures.split(',').concat(DEFAULT_ALLOWED_FAILURES).uniq.reject(&:empty?)
0 commit comments