Skip to content

Commit 9081229

Browse files
committed
net: skip flaky TestLookupDotsWithRemoteSource on darwin
Updates #27992 Change-Id: Ic327df7cc5002a3d537f9117559c25f30e1eab9c Reviewed-on: https://go-review.googlesource.com/c/151799 Run-TryBot: Andrew Bonventre <[email protected]> TryBot-Result: Gobot Gobot <[email protected]> Reviewed-by: Brad Fitzpatrick <[email protected]>
1 parent 42e8b9c commit 9081229

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/net/lookup_test.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -618,6 +618,9 @@ func TestLookupDotsWithLocalSource(t *testing.T) {
618618
}
619619

620620
func TestLookupDotsWithRemoteSource(t *testing.T) {
621+
if runtime.GOOS == "darwin" {
622+
testenv.SkipFlaky(t, 27992)
623+
}
621624
mustHaveExternalNetwork(t)
622625

623626
if !supportsIPv4() || !*testIPv4 {

0 commit comments

Comments
 (0)