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:
Diffstat (limited to 'internal/git/housekeeping/object_pool_test.go')
-rw-r--r--internal/git/housekeeping/object_pool_test.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/git/housekeeping/object_pool_test.go b/internal/git/housekeeping/object_pool_test.go
index daf134505..eabbabc62 100644
--- a/internal/git/housekeeping/object_pool_test.go
+++ b/internal/git/housekeeping/object_pool_test.go
@@ -10,6 +10,7 @@ import (
)
func TestIsPoolRepository(t *testing.T) {
+ t.Parallel()
for _, tc := range []struct {
desc string
repo *gitalypb.Repository