mirror of
https://github.com/golang/go
synced 2024-11-02 11:50:30 +00:00
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:
parent
e1fd51e076
commit
ebda5a73fa
1 changed files with 1 additions and 0 deletions
|
@ -416,6 +416,7 @@ func TestLookupGoogleHost(t *testing.T) {
|
|||
}
|
||||
|
||||
func TestLookupLongTXT(t *testing.T) {
|
||||
testenv.SkipFlaky(t, 22857)
|
||||
mustHaveExternalNetwork(t)
|
||||
|
||||
defer dnsWaitGroup.Wait()
|
||||
|
|
Loading…
Reference in a new issue