Commit b7065c5d authored by Russ Cox's avatar Russ Cox

net: disable one more external network test

R=golang-dev, r2
CC=golang-dev
https://golang.org/cl/4442042
parent 9b8d4e09
......@@ -12,6 +12,9 @@ import (
)
func TestGoogleSRV(t *testing.T) {
if testing.Short() {
return
}
_, addrs, err := LookupSRV("xmpp-server", "tcp", "google.com")
if err != nil {
t.Errorf("failed: %s", err)
......
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