summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDebian Go Packaging Team <team+pkg-go@tracker.debian.org>2023-11-21 15:03:25 +0000
committerReinhard Tartler <siretart@tauware.de>2023-11-21 15:03:25 +0000
commitfbe8ac7a2992f21c9323319834bfca3deec510cf (patch)
tree1f936a871bfc9c9ebca84327269f524661d3e630
parent5c9a6b7a389906ba62f301152442119dc039f0c4 (diff)
disable-TestGetCode
=================================================================== Gbp-Pq: Name disable-TestGetCode.patch
-rw-r--r--pkg/oauthflow/flow_test.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkg/oauthflow/flow_test.go b/pkg/oauthflow/flow_test.go
index b26cbc3..cf1e5d6 100644
--- a/pkg/oauthflow/flow_test.go
+++ b/pkg/oauthflow/flow_test.go
@@ -1,3 +1,7 @@
+// +build debian_disabled
+
+// causes a weird segfault in debian
+
//
// Copyright 2021 The Sigstore Authors.
//