From 190afa542c89ee947806f463467e3aedd6f79c19 Mon Sep 17 00:00:00 2001 From: Zach Loafman Date: Wed, 4 Feb 2015 09:34:40 -0800 Subject: [PATCH] Reenable TestClusterDNS on GKE now that 0.9.2 is default --- test/e2e/cluster_dns.go | 9 --------- 1 file changed, 9 deletions(-) diff --git a/test/e2e/cluster_dns.go b/test/e2e/cluster_dns.go index 4ed5f6cca2c..b64da904e7b 100644 --- a/test/e2e/cluster_dns.go +++ b/test/e2e/cluster_dns.go @@ -31,15 +31,6 @@ import ( // TestClusterDNS checks that cluster DNS works. func TestClusterDNS(c *client.Client) bool { - // TODO: - // https://github.com/GoogleCloudPlatform/kubernetes/issues/3305 - // (but even if it's fixed, this will need a version check for - // skewed version tests) - if testContext.provider == "gke" { - glog.Infof("skipping TestClusterDNS on gke") - return true - } - if testContext.provider == "vagrant" { glog.Infof("Skipping test which is broken for vagrant (See https://github.com/GoogleCloudPlatform/kubernetes/issues/3580)") return true