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
path: root/auth
diff options
context:
space:
mode:
authorToon Claes <toon@gitlab.com>2022-07-08 17:42:48 +0300
committerPatrick Steinhardt <psteinhardt@gitlab.com>2022-07-18 12:04:55 +0300
commit33ff00ca1a07022c0c8e4e753281d47612017a12 (patch)
tree1beae665ab2ad897987f8d2bacd6821e1a6ff2c7 /auth
parent2454a8b94ff90f33ff289b5d2026409f12e8da5c (diff)
test: Disable all test with tag sha256
We're about to add the ability to test with SHA256 hashes. We assume none of the tests work with this object format. With this change we add the build constraint to not run any test when the tag 'gitaly_test_sha256' is set.
Diffstat (limited to 'auth')
-rw-r--r--auth/extract_test.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/auth/extract_test.go b/auth/extract_test.go
index 4d136fe10..393a5b891 100644
--- a/auth/extract_test.go
+++ b/auth/extract_test.go
@@ -1,3 +1,5 @@
+//go:build !gitaly_test_sha256
+
package gitalyauth
import (