From 6232e1b9c05fea04450398d1601672af28d3e395 Mon Sep 17 00:00:00 2001 From: Samuel Giddins Date: Tue, 21 Feb 2023 16:50:10 -0800 Subject: [PATCH] [rubygems/rubygems] Skip extension test on jruby https://github.com/rubygems/rubygems/commit/38ee82c297 --- test/rubygems/test_gem_commands_exec_command.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/rubygems/test_gem_commands_exec_command.rb b/test/rubygems/test_gem_commands_exec_command.rb index ef1bd3b9d3..f2f6be7e8c 100644 --- a/test/rubygems/test_gem_commands_exec_command.rb +++ b/test/rubygems/test_gem_commands_exec_command.rb @@ -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|