Index: ipv6/multicast_test.go |
=================================================================== |
--- a/ipv6/multicast_test.go |
+++ b/ipv6/multicast_test.go |
@@ -19,7 +19,7 @@ |
case "freebsd": // due to a bug on loopback marking |
// See http://www.freebsd.org/cgi/query-pr.cgi?pr=180065. |
t.Skipf("not supported on %q", runtime.GOOS) |
- case "dragonfly", "plan9", "solaris", "windows": |
+ case "plan9", "solaris", "windows": |
t.Skipf("not supported on %q", runtime.GOOS) |
} |
if !supportsIPv6 { |
@@ -97,7 +97,7 @@ |
func TestPacketConnReadWriteMulticastICMP(t *testing.T) { |
switch runtime.GOOS { |
- case "dragonfly", "plan9", "solaris", "windows": |
+ case "plan9", "solaris", "windows": |
t.Skipf("not supported on %q", runtime.GOOS) |
} |
if !supportsIPv6 { |