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:
parent
3bd5f27f73
commit
8b1b4e384f
1 changed files with 1 additions and 0 deletions
|
@ -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|
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue