Disable DNS federation test

This commit is contained in:
Zihong Zheng 2018-09-18 10:23:03 -07:00
parent e7eb26919b
commit 0cebf887e6

View File

@ -41,7 +41,7 @@ var (
moreForeverTestTimeout = 2 * 60 * time.Second
)
var _ = SIGDescribe("DNS configMap federations", func() {
var _ = SIGDescribe("DNS configMap federations [Feature:Federation]", func() {
t := &dnsFederationsConfigMapTest{dnsTestCommon: newDnsTestCommon()}