Commit dcedcaa5 authored by Brad Fitzpatrick's avatar Brad Fitzpatrick

net: skip flaky TestLookupLongTXT for now

Flaky tests failing trybots help nobody.

Updates #22857

Change-Id: I87bc018651ab4fe02560a6d24c08a1d7ccd8ba37
Reviewed-on: https://go-review.googlesource.com/97416Reviewed-by: 's avatarIan Lance Taylor <iant@golang.org>
parent 2fd1b523
......@@ -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)
}
......
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