mark It "Ingress connectivity and DNS" as pending

This commit is contained in:
mfanjie 2016-08-24 17:25:03 +08:00
parent cf26597ae8
commit 9982edb395

View File

@ -152,11 +152,10 @@ var _ = framework.KubeDescribe("Federation ingresses [Feature:Federation]", func
}
})
It("should be able to discover a federated ingress service", func() {
PIt("should be able to discover a federated ingress service", func() {
framework.SkipUnlessFederated(f.Client)
// we are about the ingress name
svcDNSNames := []string{
FederatedIngressServiceName,
fmt.Sprintf("%s.%s", FederatedIngressServiceName, f.Namespace.Name),
fmt.Sprintf("%s.%s.svc.cluster.local.", FederatedIngressServiceName, f.Namespace.Name),
// TODO these two entries are not set yet