Commit 5c94f1ae authored by Mikio Hara's avatar Mikio Hara

net: disable TestInterfaceAddrsWithNetsh on windows

Updates #13981.

Change-Id: Id8f3cd56a81a7a993cea5c757e619407da491fed
Reviewed-on: https://go-review.googlesource.com/18710Reviewed-by: default avatarIan Lance Taylor <iant@golang.org>
parent 9270973a
......@@ -380,6 +380,8 @@ func netshInterfaceIPv6ShowAddress(name string) ([]string, error) {
}
func TestInterfaceAddrsWithNetsh(t *testing.T) {
t.Skip("see https://golang.org/issue/13981")
if isWindowsXP(t) {
t.Skip("Windows XP netsh command does not provide required functionality")
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment