Commit e5971e27 authored by Girish Kalele's avatar Girish Kalele

Fix feature name for ExternalTrafficLocalOnly alpha feature e2e

parent 956501b1
...@@ -1016,7 +1016,7 @@ var _ = framework.KubeDescribe("Services", func() { ...@@ -1016,7 +1016,7 @@ var _ = framework.KubeDescribe("Services", func() {
} }
}) })
It("should be able to create services of type LoadBalancer and externalTraffic=localOnly [Slow][Feature:externalTrafficLocalOnly]", func() { It("should be able to create services of type LoadBalancer and externalTraffic=localOnly [Slow][Feature:ExternalTrafficLocalOnly]", func() {
// requires cloud load-balancer support - this feature currently supported only on GCE/GKE // requires cloud load-balancer support - this feature currently supported only on GCE/GKE
framework.SkipUnlessProviderIs("gce", "gke") framework.SkipUnlessProviderIs("gce", "gke")
loadBalancerCreateTimeout := loadBalancerCreateTimeoutDefault loadBalancerCreateTimeout := loadBalancerCreateTimeoutDefault
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment