diff options
| author | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2023-03-17 18:04:41 +0900 |
|---|---|---|
| committer | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2023-03-23 17:18:49 +0900 |
| commit | 6ad6ae680a0f92cfa91c727701eb67150ffd4a27 (patch) | |
| tree | d5e3aa8f8e87fc5412b5cd4049152aa1d544ae57 /test | |
| parent | 1b408e659a5d754415a760edc483517dce0e2631 (diff) | |
Skip test_gem_with_platform_and_platform_dependencies only ruby/ruby repository
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/7582
Diffstat (limited to 'test')
| -rw-r--r-- | test/rubygems/test_gem_commands_exec_command.rb | 2 |
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| |
