Skip to content

Commit 2a0327b

Browse files
committed
net: reenable TestLookupLongTXT
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 <[email protected]> Reviewed-by: Ian Lance Taylor <[email protected]> Run-TryBot: Damien Neil <[email protected]>
1 parent b11b4b4 commit 2a0327b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/net/lookup_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,6 @@ func TestLookupGoogleHost(t *testing.T) {
416416
}
417417

418418
func TestLookupLongTXT(t *testing.T) {
419-
testenv.SkipFlaky(t, 22857)
420419
mustHaveExternalNetwork(t)
421420

422421
defer dnsWaitGroup.Wait()

0 commit comments

Comments
 (0)