Skip test_gem_with_platform_and_platform_dependencies only ruby/ruby repository

This commit is contained in:
Hiroshi SHIBATA 2023-03-17 18:04:41 +09:00
Родитель 1b408e659a
Коммит 6ad6ae680a
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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|