1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

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

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|