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 05:23:12 +0300
committerJames Fargher <jfargher@gitlab.com>2022-11-14 23:41:38 +0300
commitdec85003ebb187bf3d33ff2a2c6111a532aa733a (patch)
treeb5940a9e51008d50bb6e5ef64adbe5c3799c0b3a
parent3dc07ffefc4cf60fe4d7d9d42abe79fd88c65a76 (diff)
grpcstats: Allow test to run in sha256 mode
The implementation of grpcstats is object hash agnostic.
-rw-r--r--internal/grpcstats/stats_test.go2
-rw-r--r--internal/grpcstats/testhelper_test.go2
2 files changed, 0 insertions, 4 deletions
diff --git a/internal/grpcstats/stats_test.go b/internal/grpcstats/stats_test.go
index d86dbb038..34d7cef34 100644
--- a/internal/grpcstats/stats_test.go
+++ b/internal/grpcstats/stats_test.go
@@ -1,5 +1,3 @@
-//go:build !gitaly_test_sha256
-
package grpcstats
import (
diff --git a/internal/grpcstats/testhelper_test.go b/internal/grpcstats/testhelper_test.go
index bd4058b0b..b522606a7 100644
--- a/internal/grpcstats/testhelper_test.go
+++ b/internal/grpcstats/testhelper_test.go
@@ -1,5 +1,3 @@
-//go:build !gitaly_test_sha256
-
package grpcstats_test
import (