diff --git a/src/pkg/net/multicast_test.go b/src/pkg/net/multicast_test.go index fe5e8de2f6..67261b1ee7 100644 --- a/src/pkg/net/multicast_test.go +++ b/src/pkg/net/multicast_test.go @@ -90,6 +90,11 @@ func TestSimpleMulticastListener(t *testing.T) { case "plan9": t.Logf("skipping test on %q", runtime.GOOS) return + case "windows": + if testing.Short() || !*testExternal { + t.Logf("skipping test on windows to avoid firewall") + return + } } for _, tt := range multicastListenerTests {