mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 09:22:44 +00:00
Merge pull request #123016 from nilo19/chore/remove-azure-test
chore: Refactor network load balancer creation in e2e tests
This commit is contained in:
commit
c38b1ac92e
@ -612,7 +612,7 @@ var _ = common.SIGDescribe("LoadBalancers", func() {
|
|||||||
})
|
})
|
||||||
|
|
||||||
f.It("should be able to create an internal type load balancer", f.WithSlow(), func(ctx context.Context) {
|
f.It("should be able to create an internal type load balancer", f.WithSlow(), func(ctx context.Context) {
|
||||||
e2eskipper.SkipUnlessProviderIs("azure", "gke", "gce")
|
e2eskipper.SkipUnlessProviderIs("gke", "gce")
|
||||||
|
|
||||||
createTimeout := e2eservice.GetServiceLoadBalancerCreationTimeout(ctx, cs)
|
createTimeout := e2eservice.GetServiceLoadBalancerCreationTimeout(ctx, cs)
|
||||||
pollInterval := framework.Poll * 10
|
pollInterval := framework.Poll * 10
|
||||||
|
Loading…
Reference in New Issue
Block a user