summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2023-02-22 22:14:26 +0900
committerNARUSE, Yui <naruse@airemix.jp>2023-03-28 22:47:23 +0900
commit00041131e25699136179a7de06794527eaaabfd6 (patch)
tree66365b1c1c0ca64e745b32e1c783466a3cef2d58
parent18d3223563cc74b07e53e79c44d45dc50a6004c7 (diff)
downloadruby-00041131e25699136179a7de06794527eaaabfd6.tar.gz
Skip failing test on MSWin
-rw-r--r--test/rubygems/test_gem_commands_exec_command.rb1
1 files changed, 1 insertions, 0 deletions
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|