File: 000-disable-metadata-tests.patch

package info (click to toggle)
golang-github-duo-labs-webauthn 0.0~git20220815.00c9fb5-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 908 kB
  • sloc: makefile: 5
file content (13 lines) | stat: -rw-r--r-- 440 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
From: Mathias Gibbens <mathias@calenhad.com>
Description: Disable the metadata tests, as they try to reach out to the Internet to fetch a SSL certificate
Forwarded: https://github.com/duo-labs/webauthn/issues/91
diff --git a/metadata/metadata_test.go b/metadata/metadata_test.go
index 42042e3..d51576f 100644
--- a/metadata/metadata_test.go
+++ b/metadata/metadata_test.go
@@ -1,3 +1,5 @@
+//go:build ignore
+
 package metadata
 
 import (