From 9e683fab30b3fa9b2641b2003d62742db921140b Mon Sep 17 00:00:00 2001 From: Sandeep Rajan Date: Wed, 3 Jul 2019 10:40:16 -0400 Subject: [PATCH] edit google dns hostname --- test/e2e/network/dns_configmap.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/network/dns_configmap.go b/test/e2e/network/dns_configmap.go index b10dd9ca816..c621d8860d8 100644 --- a/test/e2e/network/dns_configmap.go +++ b/test/e2e/network/dns_configmap.go @@ -35,7 +35,7 @@ type dnsFederationsConfigMapTest struct { } var ( - googleDNSHostname = "google-public-dns-a.google.com" + googleDNSHostname = "dns.google" // The ConfigMap update mechanism takes longer than the standard // wait.ForeverTestTimeout. moreForeverTestTimeout = 2 * 60 * time.Second