aboutsummaryrefslogtreecommitdiff
path: root/src/net/lookup_test.go
diff options
context:
space:
mode:
authorHeschi Kreinick <heschi@google.com>2022-12-07 10:36:28 -0500
committerHeschi Kreinick <heschi@google.com>2022-12-07 10:36:28 -0500
commitfc1ed37e824b2f87e287e1bc4597253f1b30b3b3 (patch)
treeb9bd79860c787dfadd6f58927ac9bc492801ab5d /src/net/lookup_test.go
parentf241e009541082fb1bc5cc5a207ded510cac3d19 (diff)
parent0d8a92bdfd3d6d1b24f47e05f9be46645aec94f0 (diff)
downloadgo-fc1ed37e824b2f87e287e1bc4597253f1b30b3b3.tar.gz
go-fc1ed37e824b2f87e287e1bc4597253f1b30b3b3.zip
[dev.boringcrypto.go1.18] all: merge go1.18.9 into dev.boringcrypto.go1.18
Change-Id: I5eda3a3fb2fc381e237d18d2846cf1b1810d8015
Diffstat (limited to 'src/net/lookup_test.go')
-rw-r--r--src/net/lookup_test.go8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/net/lookup_test.go b/src/net/lookup_test.go
index 3a31f56bea..655543c7d2 100644
--- a/src/net/lookup_test.go
+++ b/src/net/lookup_test.go
@@ -71,6 +71,10 @@ var lookupGoogleSRVTests = []struct {
var backoffDuration = [...]time.Duration{time.Second, 5 * time.Second, 30 * time.Second}
func TestLookupGoogleSRV(t *testing.T) {
+ // TODO(mknyszek): Figure out next steps for this test. This is just
+ // a quick fix.
+ t.Skip("fails consistently due to an upstream DNS change; see #56707.")
+
t.Parallel()
mustHaveExternalNetwork(t)
@@ -631,6 +635,10 @@ func TestLookupDotsWithLocalSource(t *testing.T) {
}
func TestLookupDotsWithRemoteSource(t *testing.T) {
+ // TODO(mknyszek): Figure out next steps for this test. This is just
+ // a quick fix.
+ t.Skip("fails consistently due to an upstream DNS change; see #56707.")
+
if runtime.GOOS == "darwin" || runtime.GOOS == "ios" {
testenv.SkipFlaky(t, 27992)
}