summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2023-03-17 18:04:41 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2023-03-23 17:18:49 +0900
commit6ad6ae680a0f92cfa91c727701eb67150ffd4a27 (patch)
treed5e3aa8f8e87fc5412b5cd4049152aa1d544ae57
parent1b408e659a5d754415a760edc483517dce0e2631 (diff)
downloadruby-6ad6ae680a0f92cfa91c727701eb67150ffd4a27.tar.gz
Skip test_gem_with_platform_and_platform_dependencies only ruby/ruby repository
-rw-r--r--test/rubygems/test_gem_commands_exec_command.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/rubygems/test_gem_commands_exec_command.rb b/test/rubygems/test_gem_commands_exec_command.rb
index 7aeabd977e..1f94113d6c 100644
--- a/test/rubygems/test_gem_commands_exec_command.rb
+++ b/test/rubygems/test_gem_commands_exec_command.rb
@@ -216,7 +216,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?
+ pend "terminates on mswin" if Gem.win_platform? && ruby_repo?
spec_fetcher do |fetcher|
fetcher.download "a", 2 do |s|