Skip failing test on MSWin
This commit is contained in:
parent
6232e1b9c0
commit
b112ae9971
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user