mark It "Ingress connectivity and DNS" as pending
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user