Merge pull request #68794 from MrHohn/disable-dns-federation

Disable DNS federation test
This commit is contained in:
k8s-ci-robot 2018-09-18 16:32:43 -07:00 committed by GitHub
commit 9a5857b1c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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()}