diff options
author | Igor <idrozdov@gitlab.com> | 2019-09-03 09:15:47 +0000 |
---|---|---|
committer | Lin Jen-Shin <godfat@godfat.org> | 2019-09-03 09:15:47 +0000 |
commit | b7f4a7077f66f5b3ff3385027d311227457f6983 (patch) | |
tree | e22e22516510ee44fc604d9ab39dbf59462e1acf /spec | |
parent | a86aa988ab3da8de0f74a99f345215589aad0172 (diff) | |
download | gitlab-ce-b7f4a7077f66f5b3ff3385027d311227457f6983.tar.gz |
Skip set_repo_refs to speed up the tests
Diffstat (limited to 'spec')
-rw-r--r-- | spec/support/helpers/test_env.rb | 1 |
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) |