summaryrefslogtreecommitdiff
path: root/test/rubygems/test_gem_installer.rb
diff options
context:
space:
mode:
authorMSP-Greg <Greg.mpls@gmail.com>2023-03-23 10:44:00 -0500
committergit <svn-admin@ruby-lang.org>2023-03-24 13:00:53 +0000
commit7149f5763ea121b71ad0763cd8554bc663d8eedd (patch)
treeccaa78c5d5995fbcfb82d1e3d463c237fe7cb2d5 /test/rubygems/test_gem_installer.rb
parent2759cf46f28b1f5ba52f6b7686fd23cb8d792ede (diff)
[rubygems/rubygems] remove test skips/pends on mswin platform
https://github.com/rubygems/rubygems/commit/1d52eff8bf
Diffstat (limited to 'test/rubygems/test_gem_installer.rb')
-rw-r--r--test/rubygems/test_gem_installer.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/rubygems/test_gem_installer.rb b/test/rubygems/test_gem_installer.rb
index fc9772b92e..95f825e170 100644
--- a/test/rubygems/test_gem_installer.rb
+++ b/test/rubygems/test_gem_installer.rb
@@ -1496,7 +1496,7 @@ gem 'other', version
def test_install_extension_and_script
pend "Makefile creation crashes on jruby" if Gem.java_platform?
- pend if RUBY_PLATFORM.include?("mswin") && ENV.key?("GITHUB_ACTIONS") # not working from the beginning
+ pend "terminates on mswin" if vc_windows? && ruby_repo?
@spec = setup_base_spec
@spec.extensions << "extconf.rb"