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:
authorJames Fargher <jfargher@gitlab.com>2022-11-09 04:34:41 +0300
committerJames Fargher <jfargher@gitlab.com>2022-11-14 23:41:38 +0300
commit840db628294a5f1f46a78a403f2cb66c013e2102 (patch)
tree7d524a07acf6f2a86ee6a47b30909a8482250fb5
parentc60032fdf490aefcde5fea3f4d3e00b81c25086a (diff)
supervisor: Allow test to run in sha256 mode
Now that ps and helper have been checked, we can be sure that supervisor is object hash agnostic.
-rw-r--r--internal/supervisor/supervisor_test.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/internal/supervisor/supervisor_test.go b/internal/supervisor/supervisor_test.go
index 40b54ba20..0dd3d3658 100644
--- a/internal/supervisor/supervisor_test.go
+++ b/internal/supervisor/supervisor_test.go
@@ -1,5 +1,3 @@
-//go:build !gitaly_test_sha256
-
package supervisor
import (