summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2024-12-06 20:01:11 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2024-12-06 20:01:37 +0900
commit69fb4a5f38d34d6bd95fdcd754d1805b136a20e8 (patch)
treeb83c9b64413b7be495e336f5a2a720ecb09d61d7
parentcb8625e81b195035883fd803413c05d718e5f0ac (diff)
typeprof-757303fe8de0cf5e5583b4a76f8abbbd55c44776 is working with Windows
-rw-r--r--tool/test-bundled-gems.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/tool/test-bundled-gems.rb b/tool/test-bundled-gems.rb
index 39546803f4..5bd9492f9c 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,typeprof,debug"].join(',')
+ allowed_failures = [allowed_failures, "net-imap,net-smtp,rbs,debug"].join(',')
end
allowed_failures = allowed_failures.split(',').uniq.reject(&:empty?)