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