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 7796db2 commit 141f292Copy full SHA for 141f292
tool/test-bundled-gems.rb
@@ -10,7 +10,7 @@
10
11
allowed_failures = ENV['TEST_BUNDLED_GEMS_ALLOW_FAILURES'] || ''
12
if RUBY_PLATFORM =~ /mswin|mingw/
13
- allowed_failures = [allowed_failures, "net-smtp,rbs,debug,irb"].join(',')
+ allowed_failures = [allowed_failures, "rbs,debug,irb"].join(',')
14
end
15
allowed_failures = allowed_failures.split(',').uniq.reject(&:empty?)
16
0 commit comments