tags 1104509 patch thanks Hi. Proposed patch, to be imported with quilt.
Maybe some of the other patches could be simplified after this. Thanks.
--- 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 {

