The test of net-imap is passed with Windows

This commit is contained in:
Hiroshi SHIBATA 2024-12-19 11:50:41 +09:00
parent efc26d2035
commit 68e2022b5b
Notes: git 2024-12-19 03:20:39 +00:00

View File

@ -10,7 +10,7 @@ github_actions = ENV["GITHUB_ACTIONS"] == "true"
allowed_failures = ENV['TEST_BUNDLED_GEMS_ALLOW_FAILURES'] || '' allowed_failures = ENV['TEST_BUNDLED_GEMS_ALLOW_FAILURES'] || ''
if RUBY_PLATFORM =~ /mswin|mingw/ 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 end
allowed_failures = allowed_failures.split(',').uniq.reject(&:empty?) allowed_failures = allowed_failures.split(',').uniq.reject(&:empty?)