From 8b1b4e384f05360b2ca1978b6e5bac54193d7928 Mon Sep 17 00:00:00 2001 From: Brandon Fish Date: Mon, 20 Dec 2021 12:19:23 -0600 Subject: [PATCH] [rubygems/rubygems] Skip find_in_unresolved_tree test for TruffleRuby due to longer runtime https://github.com/rubygems/rubygems/commit/36b8fbc508 --- test/rubygems/test_gem_specification.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/test/rubygems/test_gem_specification.rb b/test/rubygems/test_gem_specification.rb index b1d925bb57..8b4a07d23b 100644 --- a/test/rubygems/test_gem_specification.rb +++ b/test/rubygems/test_gem_specification.rb @@ -147,6 +147,7 @@ end end def test_find_in_unresolved_tree_is_not_exponentiental + pend "currently slower in CI on TruffleRuby" if RUBY_ENGINE == 'truffleruby' num_of_pkg = 7 num_of_version_per_pkg = 3 packages = (0..num_of_pkg).map do |pkgi|