Skip to content

Commit

Permalink
net: skip flaky TestLookupLongTXT for now
Browse files Browse the repository at this point in the history
Flaky tests failing trybots help nobody.

Updates #22857

Change-Id: I87bc018651ab4fe02560a6d24c08a1d7ccd8ba37
Reviewed-on: https://go-review.googlesource.com/97416
Reviewed-by: Ian Lance Taylor <iant@golang.org>
  • Loading branch information
bradfitz committed Mar 2, 2018
1 parent 2fd1b52 commit dcedcaa
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/net/lookup_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -320,9 +320,7 @@ func TestLookupGoogleHost(t *testing.T) {
}

func TestLookupLongTXT(t *testing.T) {
if runtime.GOOS == "plan9" {
t.Skip("skipping on plan9; see https://golang.org/issue/22857")
}
testenv.SkipFlaky(t, 22857)
if testenv.Builder() == "" {
testenv.MustHaveExternalNetwork(t)
}
Expand Down

0 comments on commit dcedcaa

Please sign in to comment.