diff options
| author | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2024-12-19 11:50:41 +0900 |
|---|---|---|
| committer | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2024-12-19 12:20:22 +0900 |
| commit | 68e2022b5b23935db6e02e18270c6fb830945b17 (patch) | |
| tree | be7252fd4b886c4d19d291f9330cab29bef51673 | |
| parent | efc26d20357360e6a3265c8c6a65772af697dda1 (diff) | |
The test of net-imap is passed with Windows
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/12397
| -rw-r--r-- | tool/test-bundled-gems.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tool/test-bundled-gems.rb b/tool/test-bundled-gems.rb index 5bd9492f9c..78d2ed002e 100644 --- a/tool/test-bundled-gems.rb +++ b/tool/test-bundled-gems.rb @@ -10,7 +10,7 @@ github_actions = ENV["GITHUB_ACTIONS"] == "true" allowed_failures = ENV['TEST_BUNDLED_GEMS_ALLOW_FAILURES'] || '' if RUBY_PLATFORM =~ /mswin|mingw/ - allowed_failures = [allowed_failures, "net-imap,net-smtp,rbs,debug"].join(',') + allowed_failures = [allowed_failures, "net-smtp,rbs,debug"].join(',') end allowed_failures = allowed_failures.split(',').uniq.reject(&:empty?) |
