summaryrefslogtreecommitdiffstats
path: root/debian/patches/disable-tests-that-download.ptach
blob: f0abd0df82096bfc212fdce8e78815c7a0aece47 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
Index: golang-github-sigstore-sigstore/pkg/tuf/client_test.go
===================================================================
--- golang-github-sigstore-sigstore.orig/pkg/tuf/client_test.go
+++ golang-github-sigstore-sigstore/pkg/tuf/client_test.go
@@ -1,3 +1,7 @@
+// +build debian_disabled
+
+// disabled in debian as these tests require internet connectivity
+
 //
 // Copyright 2022 The Sigstore Authors.
 //
Index: golang-github-sigstore-sigstore/pkg/signature/kms/azure/client_test.go
===================================================================
--- golang-github-sigstore-sigstore.orig/pkg/signature/kms/azure/client_test.go
+++ golang-github-sigstore-sigstore/pkg/signature/kms/azure/client_test.go
@@ -1,3 +1,7 @@
+// +build debian_disabled
+
+// disabled in debian as these tests require internet connectivity
+
 //
 // Copyright 2022 The Sigstore Authors.
 //
Index: golang-github-sigstore-sigstore/pkg/oauth/oidc/pkce_test.go
===================================================================
--- golang-github-sigstore-sigstore.orig/pkg/oauth/oidc/pkce_test.go
+++ golang-github-sigstore-sigstore/pkg/oauth/oidc/pkce_test.go
@@ -1,3 +1,7 @@
+// +build debian_disabled
+
+// disabled in debian as these tests require internet connectivity
+
 // Copyright 2022 The Sigstore Authors.
 //
 // Licensed under the Apache License, Version 2.0 (the "License");
Index: golang-github-sigstore-sigstore/pkg/oauthflow/pkce_test.go
===================================================================
--- golang-github-sigstore-sigstore.orig/pkg/oauthflow/pkce_test.go
+++ golang-github-sigstore-sigstore/pkg/oauthflow/pkce_test.go
@@ -1,3 +1,8 @@
+// +build debian_disabled
+
+// disabled in debian as these tests require internet connectivity
+
+
 //
 // Copyright 2021 The Sigstore Authors.
 //