From 69fb4a5f38d34d6bd95fdcd754d1805b136a20e8 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Fri, 6 Dec 2024 20:01:11 +0900 Subject: typeprof-757303fe8de0cf5e5583b4a76f8abbbd55c44776 is working with Windows --- tool/test-bundled-gems.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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?) -- cgit v1.2.3