summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Drozdov <idrozdov@gitlab.com>2019-09-02 20:38:28 +0300
committerIgor Drozdov <idrozdov@gitlab.com>2019-09-03 09:47:07 +0300
commit1a65c6a574485f7c2660e3cdcf668cea12802ad1 (patch)
treed14f9bb746e1b80ff23726bea31aa46adbe08050
parent991143eb1f1bb5cda1f709ad44fdc021aa12b75d (diff)
downloadgitlab-ce-id-skip-setting-repo-refs.tar.gz
Skip set_repo_refs to speed up the testsid-skip-setting-repo-refs
-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)