summaryrefslogtreecommitdiff
path: root/test/rubygems/test_gem_commands_exec_command.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/rubygems/test_gem_commands_exec_command.rb')
-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|