diff options
| author | Damien Neil <dneil@google.com> | 2022-08-17 10:49:57 -0700 |
|---|---|---|
| committer | Damien Neil <dneil@google.com> | 2022-08-17 18:34:10 +0000 |
| commit | ebda5a73fa0a96f6f1a1d468f86284e5654f5ee8 (patch) | |
| tree | 9e4c0641a7e1eaaa3e37149c1366e6b2b9c76a33 | |
| parent | e1fd51e0765a5d7b2dd72b2f82b9c3eed2764035 (diff) | |
| download | go-ebda5a73fa0a96f6f1a1d468f86284e5654f5ee8.tar.xz | |
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>
| -rw-r--r-- | src/net/lookup_test.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net/lookup_test.go b/src/net/lookup_test.go index ed53465ef6..3a31f56bea 100644 --- a/src/net/lookup_test.go +++ b/src/net/lookup_test.go @@ -416,6 +416,7 @@ func TestLookupGoogleHost(t *testing.T) { } func TestLookupLongTXT(t *testing.T) { + testenv.SkipFlaky(t, 22857) mustHaveExternalNetwork(t) defer dnsWaitGroup.Wait() |
