Package: golang-github-hashicorp-go-sockaddr / 0.0~git20170627.41949a1+ds-2

02-Disable-MacOS-test.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Description: A silly test that only works on computers with a specific network
 configuration.
--- a/ifaddrs_test.go
+++ b/ifaddrs_test.go
@@ -1725,6 +1725,7 @@
 				},
 			},
 		},
+/*
 		{
 			// NOTE(seanc@): This test requires macOS, or at least a computer where
 			// en0 has the default route.
@@ -1775,6 +1776,7 @@
 				},
 			},
 		},
+*/
 		{
 			name:    "sort name",
 			sortStr: "name",