From dd2977f6351516eabc0fb8d0f05b668be1d33e30 Mon Sep 17 00:00:00 2001 From: hangaoshuai Date: Wed, 15 Aug 2018 09:20:54 +0800 Subject: [PATCH] modify a duplicate e2e test of DNS configMap --- 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 c067fc22aab..549053648dd 100644 --- a/test/e2e/network/dns_configmap.go +++ b/test/e2e/network/dns_configmap.go @@ -43,7 +43,7 @@ var ( var _ = SIGDescribe("DNS configMap federations", func() { - t := &dnsNameserverTest{dnsTestCommon: newDnsTestCommon()} + t := &dnsFederationsConfigMapTest{dnsTestCommon: newDnsTestCommon()} It("should be able to change federation configuration [Slow][Serial]", func() { t.c = t.f.ClientSet