summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor <idrozdov@gitlab.com>2019-09-03 09:15:47 +0000
committerLin Jen-Shin <godfat@godfat.org>2019-09-03 09:15:47 +0000
commitb7f4a7077f66f5b3ff3385027d311227457f6983 (patch)
treee22e22516510ee44fc604d9ab39dbf59462e1acf
parenta86aa988ab3da8de0f74a99f345215589aad0172 (diff)
downloadgitlab-ce-b7f4a7077f66f5b3ff3385027d311227457f6983.tar.gz
Skip set_repo_refs to speed up the tests
-rw-r--r--spec/support/helpers/test_env.rb1
1 files changed, 0 insertions, 1 deletions
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)