From b7f4a7077f66f5b3ff3385027d311227457f6983 Mon Sep 17 00:00:00 2001 From: Igor Date: Tue, 3 Sep 2019 09:15:47 +0000 Subject: Skip set_repo_refs to speed up the tests --- spec/support/helpers/test_env.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/spec/support/helpers/test_env.rb b/spec/support/helpers/test_env.rb index a4acf76e1a3..8ca362ce2df 100644 --- a/spec/support/helpers/test_env.rb +++ b/spec/support/helpers/test_env.rb @@ -244,7 +244,6 @@ module TestEnv FileUtils.mkdir_p(target_repo_path) FileUtils.cp_r("#{File.expand_path(bare_repo)}/.", target_repo_path) FileUtils.chmod_R 0755, target_repo_path - set_repo_refs(target_repo_path, refs) end def create_bare_repository(path) -- cgit v1.2.1