Skip to content

Commit 5c94f1a

Browse files
committed
net: disable TestInterfaceAddrsWithNetsh on windows
Updates #13981. Change-Id: Id8f3cd56a81a7a993cea5c757e619407da491fed Reviewed-on: https://go-review.googlesource.com/18710 Reviewed-by: Ian Lance Taylor <[email protected]>
1 parent 9270973 commit 5c94f1a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/net/net_windows_test.go

+2
Original file line numberDiff line numberDiff line change
@@ -380,6 +380,8 @@ func netshInterfaceIPv6ShowAddress(name string) ([]string, error) {
380380
}
381381

382382
func TestInterfaceAddrsWithNetsh(t *testing.T) {
383+
t.Skip("see https://golang.org/issue/13981")
384+
383385
if isWindowsXP(t) {
384386
t.Skip("Windows XP netsh command does not provide required functionality")
385387
}

0 commit comments

Comments
 (0)