From e487ba7ddab9dd46e95a4cff222cf08471dbd817 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Tue, 11 May 2021 12:27:07 +0900 Subject: [rubygems/rubygems] Use pend instead of skip --- test/rubygems/test_gem_resolver_git_specification.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/rubygems/test_gem_resolver_git_specification.rb') diff --git a/test/rubygems/test_gem_resolver_git_specification.rb b/test/rubygems/test_gem_resolver_git_specification.rb index 34cc7fe9ec..e4944e9782 100644 --- a/test/rubygems/test_gem_resolver_git_specification.rb +++ b/test/rubygems/test_gem_resolver_git_specification.rb @@ -62,8 +62,8 @@ class TestGemResolverGitSpecification < Gem::TestCase # functional test for Gem::Ext::Builder def test_install_extension - skip if Gem.java_platform? - skip if /mswin/ =~ RUBY_PLATFORM && ENV.key?('GITHUB_ACTIONS') # not working from the beginning + pend if Gem.java_platform? + pend if /mswin/ =~ RUBY_PLATFORM && ENV.key?('GITHUB_ACTIONS') # not working from the beginning name, _, repository, = git_gem 'a', 1 do |s| s.extensions << 'ext/extconf.rb' end -- cgit v1.2.3