net: Don't run UDP multicast tests on Alpha GNU/Linux.

From Uros Bizjak.

From-SVN: r184187
This commit is contained in:
Ian Lance Taylor 2012-02-14 00:30:12 +00:00
parent a6d3e197fb
commit 09578bcd52

View File

@ -33,7 +33,7 @@ func TestListenMulticastUDP(t *testing.T) {
case "netbsd", "openbsd", "plan9", "windows":
return
case "linux":
if runtime.GOARCH == "arm" {
if runtime.GOARCH == "arm" || runtime.GOARCH == "alpha" {
return
}
}