Skip to content

Commit

Permalink
net: reenable TestLookupLongTXT
Browse files Browse the repository at this point in the history
This test was disabled for flakiness.
The underlying code has been rewritten.
Reenabling the test to see if it has been fixed.

Fixes #22857.

Change-Id: If488ee5f4692cdf4ed534b8f08b4a54b80a60943
Reviewed-on: https://go-review.googlesource.com/c/go/+/423454
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Run-TryBot: Damien Neil <dneil@google.com>
  • Loading branch information
neild committed Aug 17, 2022
1 parent b11b4b4 commit 2a0327b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/net/lookup_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,6 @@ func TestLookupGoogleHost(t *testing.T) {
}

func TestLookupLongTXT(t *testing.T) {
testenv.SkipFlaky(t, 22857)
mustHaveExternalNetwork(t)

defer dnsWaitGroup.Wait()
Expand Down

0 comments on commit 2a0327b

Please sign in to comment.