зеркало из https://github.com/github/ruby.git
[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:
Родитель
3bd5f27f73
Коммит
8b1b4e384f
|
@ -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|
|
||||
|
|
Загрузка…
Ссылка в новой задаче