remove aws from e2e loadbalancer udp conntrack tests

These tests are not working as expected on AWS due to the requirement
for the user to add an annotation to the UDP Service created.
This commit is contained in:
michael mccune 2023-02-22 17:08:57 -05:00
parent b86f94f438
commit 3a76c95f8e

View File

@ -1018,7 +1018,7 @@ var _ = common.SIGDescribe("LoadBalancers", func() {
ginkgo.It("should be able to preserve UDP traffic when server pod cycles for a LoadBalancer service on different nodes", func(ctx context.Context) { ginkgo.It("should be able to preserve UDP traffic when server pod cycles for a LoadBalancer service on different nodes", func(ctx context.Context) {
// requires cloud load-balancer support // requires cloud load-balancer support
e2eskipper.SkipUnlessProviderIs("gce", "gke", "aws", "azure") e2eskipper.SkipUnlessProviderIs("gce", "gke", "azure")
ns := f.Namespace.Name ns := f.Namespace.Name
nodes, err := e2enode.GetBoundedReadySchedulableNodes(ctx, cs, 2) nodes, err := e2enode.GetBoundedReadySchedulableNodes(ctx, cs, 2)
framework.ExpectNoError(err) framework.ExpectNoError(err)
@ -1150,7 +1150,7 @@ var _ = common.SIGDescribe("LoadBalancers", func() {
ginkgo.It("should be able to preserve UDP traffic when server pod cycles for a LoadBalancer service on the same nodes", func(ctx context.Context) { ginkgo.It("should be able to preserve UDP traffic when server pod cycles for a LoadBalancer service on the same nodes", func(ctx context.Context) {
// requires cloud load-balancer support // requires cloud load-balancer support
e2eskipper.SkipUnlessProviderIs("gce", "gke", "aws", "azure") e2eskipper.SkipUnlessProviderIs("gce", "gke", "azure")
ns := f.Namespace.Name ns := f.Namespace.Name
nodes, err := e2enode.GetBoundedReadySchedulableNodes(ctx, cs, 1) nodes, err := e2enode.GetBoundedReadySchedulableNodes(ctx, cs, 1)
framework.ExpectNoError(err) framework.ExpectNoError(err)