From 8ccaf5ff08eb30816d90a43fb63570dac76d6c6d Mon Sep 17 00:00:00 2001 From: xiangpengzhao Date: Fri, 22 Sep 2017 11:19:08 +0800 Subject: [PATCH] Allow dns e2e test case for ExternalName to run on aws --- test/e2e/network/dns.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/test/e2e/network/dns.go b/test/e2e/network/dns.go index 63cb8f6288f..89542b0e5c8 100644 --- a/test/e2e/network/dns.go +++ b/test/e2e/network/dns.go @@ -400,10 +400,6 @@ var _ = SIGDescribe("DNS", func() { }) It("should provide DNS for ExternalName services", func() { - // TODO(xiangpengzhao): allow AWS when pull-kubernetes-e2e-kops-aws and pull-kubernetes-e2e-gce-etcd3 - // have the same "service-cluster-ip-range". See: https://github.com/kubernetes/kubernetes/issues/47224 - framework.SkipUnlessProviderIs("gce") - // Create a test ExternalName service. By("Creating a test externalName service") serviceName := "dns-test-service-3"