summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorBrandon Fish <brandon.j.fish@oracle.com>2021-12-20 12:19:23 -0600
committergit <svn-admin@ruby-lang.org>2021-12-21 04:57:23 +0900
commit8b1b4e384f05360b2ca1978b6e5bac54193d7928 (patch)
treeb28e61313b021fbbe43e6f57b888b8c980e54edf /test
parent3bd5f27f737c7d365b7d01c43d77a958c224ab16 (diff)
[rubygems/rubygems] Skip find_in_unresolved_tree test for TruffleRuby due to longer runtime
https://github.com/rubygems/rubygems/commit/36b8fbc508
Diffstat (limited to 'test')
-rw-r--r--test/rubygems/test_gem_specification.rb1
1 files changed, 1 insertions, 0 deletions
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|