[rubygems/rubygems] Skip find_in_unresolved_tree test for TruffleRuby due to longer runtime

https://github.com/rubygems/rubygems/commit/36b8fbc508
This commit is contained in:
Brandon Fish 2021-12-20 12:19:23 -06:00 committed by git
parent 3bd5f27f73
commit 8b1b4e384f

View File

@ -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|