Skip to content

Commit 141f292

Browse files
committed
The test of net-smtp-0.5.1 is working with Windows platform now
1 parent 7796db2 commit 141f292

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tool/test-bundled-gems.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
allowed_failures = ENV['TEST_BUNDLED_GEMS_ALLOW_FAILURES'] || ''
1212
if RUBY_PLATFORM =~ /mswin|mingw/
13-
allowed_failures = [allowed_failures, "net-smtp,rbs,debug,irb"].join(',')
13+
allowed_failures = [allowed_failures, "rbs,debug,irb"].join(',')
1414
end
1515
allowed_failures = allowed_failures.split(',').uniq.reject(&:empty?)
1616

0 commit comments

Comments
 (0)