Skip to content

Commit 9f61541

Browse files
committed
Re-enabled to test at win32ole
1 parent 8ab5176 commit 9f61541

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gems/bundled_gems

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ pstore 0.2.0 https://github.com/ruby/pstore
4040
benchmark 0.4.0 https://github.com/ruby/benchmark
4141
logger 1.7.0 https://github.com/ruby/logger
4242
rdoc 6.13.1 https://github.com/ruby/rdoc
43-
win32ole 1.9.1 https://github.com/ruby/win32ole
43+
win32ole 1.9.1 https://github.com/ruby/win32ole 654b712442b76d2c7729623982168b2f250e3a77
4444
irb 1.15.2 https://github.com/ruby/irb
4545
reline 0.6.1 https://github.com/ruby/reline
4646
readline 0.0.4 https://github.com/ruby/readline

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, "win32ole,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)