From b112ae9971ea63b9f0ba3df049ac4c3bea89bf66 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Wed, 22 Feb 2023 22:14:26 +0900 Subject: [PATCH] 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 f2f6be7e8c..642926769f 100644 --- a/test/rubygems/test_gem_commands_exec_command.rb +++ b/test/rubygems/test_gem_commands_exec_command.rb @@ -217,6 +217,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? platforms = Gem.platforms.dup