net: skip flaky TestLookupLongTXT for now

Flaky tests failing trybots help nobody.

Updates #22857

Change-Id: I87bc018651ab4fe02560a6d24c08a1d7ccd8ba37
Reviewed-on: https://go-review.googlesource.com/97416
Reviewed-by: Ian Lance Taylor <iant@golang.org>
This commit is contained in:
Brad Fitzpatrick 2018-02-27 17:23:14 +00:00
parent 2fd1b52395
commit dcedcaa5fb
1 changed files with 1 additions and 3 deletions

View File

@ -320,9 +320,7 @@ func TestLookupGoogleHost(t *testing.T) {
}
func TestLookupLongTXT(t *testing.T) {
if runtime.GOOS == "plan9" {
t.Skip("skipping on plan9; see https://golang.org/issue/22857")
}
testenv.SkipFlaky(t, 22857)
if testenv.Builder() == "" {
testenv.MustHaveExternalNetwork(t)
}