From 33ff00ca1a07022c0c8e4e753281d47612017a12 Mon Sep 17 00:00:00 2001 From: Toon Claes Date: Fri, 8 Jul 2022 16:42:48 +0200 Subject: 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. --- auth/extract_test.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'auth') 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 ( -- cgit v1.2.3