Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Vosmaer (GitLab) <jacob@gitlab.com>2018-04-06 11:24:05 +0300
committerZeger-Jan van de Weg <zegerjan@gitlab.com>2018-04-06 11:24:05 +0300
commitadb34a203b860ca19980b9d521630f4a6da12150 (patch)
treedfac15449fedcce436c484952e3c12ced61057cd /internal/tempdir
parentc0017a069b4e051430cd0cb4363a1ff0b7dc2f76 (diff)
Run Go test suite with '-race' in CI
Diffstat (limited to 'internal/tempdir')
-rw-r--r--internal/tempdir/testhelper_test.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/internal/tempdir/testhelper_test.go b/internal/tempdir/testhelper_test.go
index 0cb5eb875..74656848a 100644
--- a/internal/tempdir/testhelper_test.go
+++ b/internal/tempdir/testhelper_test.go
@@ -14,7 +14,5 @@ func TestMain(m *testing.M) {
func testMain(m *testing.M) int {
defer testhelper.MustHaveNoChildProcess()
- testhelper.ConfigureTestStorage()
-
return m.Run()
}