From 00041131e25699136179a7de06794527eaaabfd6 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Wed, 22 Feb 2023 22:14:26 +0900 Subject: Skip failing test on MSWin --- test/rubygems/test_gem_commands_exec_command.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/test/rubygems/test_gem_commands_exec_command.rb b/test/rubygems/test_gem_commands_exec_command.rb index 8be349742b..b00f3f41f8 100644 --- a/test/rubygems/test_gem_commands_exec_command.rb +++ b/test/rubygems/test_gem_commands_exec_command.rb @@ -215,6 +215,7 @@ class TestGemCommandsExecCommand < Gem::TestCase def test_gem_with_platform_and_platform_dependencies pend "extensions don't quite work on jruby" if Gem.java_platform? + pend "terminates on mswin" if Gem.win_platform? spec_fetcher do |fetcher| fetcher.download "a", 2 do |s| -- cgit v1.2.1