mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 09:22:44 +00:00
Merge pull request #31668 from girishkalele/esipp-e2e-typo
Automatic merge from submit-queue Fix feature name for ExternalTrafficLocalOnly alpha feature e2e https://github.com/kubernetes/test-infra/pull/467 is the test-infra side PR
This commit is contained in:
commit
788644055f
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user