Index: src/pkg/net/multicast_test.go |
=================================================================== |
--- a/src/pkg/net/multicast_test.go |
+++ b/src/pkg/net/multicast_test.go |
@@ -25,6 +25,10 @@ |
// port. |
func TestIPv4MulticastListener(t *testing.T) { |
switch runtime.GOOS { |
+ case "windows": |
+ if testing.Short() || !*testExternal { |
+ t.Skipf("skipping test on %q to avoid network firewall", runtime.GOOS) |
+ } |
case "plan9": |
t.Skipf("skipping test on %q", runtime.GOOS) |
} |