Skip to content

Commit 202028a

Browse files
committed
Update the latest results of test-bundled-gems
1 parent ab683d5 commit 202028a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tool/test-bundled-gems.rb

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,9 @@
1010
github_actions = ENV["GITHUB_ACTIONS"] == "true"
1111

1212
DEFAULT_ALLOWED_FAILURES = RUBY_PLATFORM =~ /mswin|mingw/ ? [
13-
'rbs',
1413
'debug',
1514
'irb',
16-
'power_assert',
17-
'net-imap',
15+
'csv',
1816
] : []
1917
allowed_failures = ENV['TEST_BUNDLED_GEMS_ALLOW_FAILURES'] || ''
2018
allowed_failures = allowed_failures.split(',').concat(DEFAULT_ALLOWED_FAILURES).uniq.reject(&:empty?)

0 commit comments

Comments
 (0)