File: 0004-disable-network-tests.patch

package info (click to toggle)
golang-github-notaryproject-notation-go 1.2.1-4
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 4,652 kB
  • sloc: makefile: 21
file content (14 lines) | stat: -rw-r--r-- 444 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
From: Santiago Vila <sanvila@debian.org>
Subject: Disable network tests
Bug-Debian: https://bugs.debian.org/1104509

--- a/signer/signer_test.go
+++ b/signer/signer_test.go
@@ -220,6 +220,7 @@
 }
 
 func TestSignWithTimestamping(t *testing.T) {
+t.Skip("Disabled because it tries to access the network")
 	// sign with key
 	for _, envelopeType := range signature.RegisteredEnvelopeTypes() {
 		for _, keyCert := range keyCertPairCollections {