ruby-changes:70387
From: Brandon <ko1@a...>
Date: Tue, 21 Dec 2021 04:57:41 +0900 (JST)
Subject: [ruby-changes:70387] 8b1b4e384f (master): [rubygems/rubygems] Skip find_in_unresolved_tree test for TruffleRuby due to longer runtime
https://git.ruby-lang.org/ruby.git/commit/?id=8b1b4e384f From 8b1b4e384f05360b2ca1978b6e5bac54193d7928 Mon Sep 17 00:00:00 2001 From: Brandon Fish <brandon.j.fish@o...> Date: Mon, 20 Dec 2021 12:19:23 -0600 Subject: [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 b1d925bb57b..8b4a07d23bb 100644 --- a/test/rubygems/test_gem_specification.rb +++ b/test/rubygems/test_gem_specification.rb @@ -147,6 +147,7 @@ end https://github.com/ruby/ruby/blob/trunk/test/rubygems/test_gem_specification.rb#L147 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| -- cgit v1.2.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/