modify a duplicate e2e test of DNS configMap

This commit is contained in:
hangaoshuai 2018-08-15 09:20:54 +08:00
parent d655c9a873
commit dd2977f635

View File

@ -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