Description: Skip wycheproof_test.go to prevent network access
Author: Anthony Fok <foka@debian.org>
Origin: vendor
Forwarded: not-needed
Last-Update: 2020-02-26
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/internal/wycheproof/wycheproof_test.go
+++ b/internal/wycheproof/wycheproof_test.go
@@ -29,6 +29,9 @@
 var wycheproofTestVectorsDir string
 
 func TestMain(m *testing.M) {
+	log.Printf("skipping test to prevent network access during Debian build")
+	os.Exit(0)
+
 	if _, err := exec.LookPath("go"); err != nil {
 		log.Printf("skipping test because 'go' command is unavailable: %v", err)
 		os.Exit(0)
