Fix feature name for ExternalTrafficLocalOnly alpha feature e2e

pull/6/head
Girish Kalele 2016-08-29 19:39:18 -07:00
parent 956501b1f0
commit e5971e27f1
1 changed files with 1 additions and 1 deletions

View File

@ -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