Skip failing test on MSWin

This commit is contained in:
Nobuyoshi Nakada 2023-02-22 22:14:26 +09:00
parent 6232e1b9c0
commit b112ae9971
No known key found for this signature in database
GPG Key ID: 7CD2805BFA3770C6

View File

@ -217,6 +217,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?
platforms = Gem.platforms.dup