summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorSamuel Giddins <segiddins@segiddins.me>2023-02-21 16:50:10 -0800
committergit <svn-admin@ruby-lang.org>2023-02-22 08:42:21 +0000
commit6232e1b9c05fea04450398d1601672af28d3e395 (patch)
treedab497f2f377e253c150275d1fc4890904d6f366 /test
parent151ae9790fa815950846b2f701772d772907dda7 (diff)
[rubygems/rubygems] Skip extension test on jruby
https://github.com/rubygems/rubygems/commit/38ee82c297
Diffstat (limited to 'test')
-rw-r--r--test/rubygems/test_gem_commands_exec_command.rb2
1 files changed, 2 insertions, 0 deletions
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|