[rubygems/rubygems] Skip extension test on jruby

https://github.com/rubygems/rubygems/commit/38ee82c297
This commit is contained in:
Samuel Giddins 2023-02-21 16:50:10 -08:00 committed by git
parent 151ae9790f
commit 6232e1b9c0

View File

@ -216,6 +216,8 @@ class TestGemCommandsExecCommand < Gem::TestCase
end
def test_gem_with_platform_and_platform_dependencies
pend "extensions don't quite work on jruby" if Gem.java_platform?
platforms = Gem.platforms.dup
spec_fetcher do |fetcher|