diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/net/lookup_test.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/net/lookup_test.go b/src/net/lookup_test.go index 35b2a635b2..1da0e49a28 100644 --- a/src/net/lookup_test.go +++ b/src/net/lookup_test.go @@ -618,6 +618,9 @@ func TestLookupDotsWithLocalSource(t *testing.T) { } func TestLookupDotsWithRemoteSource(t *testing.T) { + if runtime.GOOS == "darwin" { + testenv.SkipFlaky(t, 27992) + } mustHaveExternalNetwork(t) if !supportsIPv4() || !*testIPv4 { |
