mirror of
https://github.com/golang/go
synced 2024-11-22 02:04:40 -07:00
net: disable one more external network test
R=golang-dev, r2 CC=golang-dev https://golang.org/cl/4442042
This commit is contained in:
parent
9b8d4e0977
commit
b7065c5da4
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user