Merge pull request #123016 from nilo19/chore/remove-azure-test

chore: Refactor network load balancer creation in e2e tests
This commit is contained in:
Kubernetes Prow Robot
2024-01-29 08:17:07 -08:00
committed by GitHub

View File

@@ -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) {
e2eskipper.SkipUnlessProviderIs("azure", "gke", "gce")
e2eskipper.SkipUnlessProviderIs("gke", "gce")
createTimeout := e2eservice.GetServiceLoadBalancerCreationTimeout(ctx, cs)
pollInterval := framework.Poll * 10