net: revert "reenable TestLookupLongTXT"

Test is still flaky.

For #22857

Change-Id: Ic0d979778eb4c2d3779b18a983e7077789ae08a4
Reviewed-on: https://go-review.googlesource.com/c/go/+/424535
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Run-TryBot: Damien Neil <dneil@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
This commit is contained in:
Damien Neil 2022-08-17 10:49:57 -07:00
parent e1fd51e076
commit ebda5a73fa

View file

@ -416,6 +416,7 @@ func TestLookupGoogleHost(t *testing.T) {
}
func TestLookupLongTXT(t *testing.T) {
testenv.SkipFlaky(t, 22857)
mustHaveExternalNetwork(t)
defer dnsWaitGroup.Wait()