From c400aab9c12388ee2ced3831253fa0f63811f91d Mon Sep 17 00:00:00 2001 From: Mikkel Oscar Lyderik Larsen Date: Wed, 27 Nov 2024 18:42:54 +0100 Subject: [PATCH] Disable service type load balancer e2e test Signed-off-by: Mikkel Oscar Lyderik Larsen --- test/e2e/run_e2e.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/test/e2e/run_e2e.sh b/test/e2e/run_e2e.sh index f612e25e5e..27f9e6d843 100755 --- a/test/e2e/run_e2e.sh +++ b/test/e2e/run_e2e.sh @@ -207,6 +207,7 @@ if [ "$e2e" = true ]; then "should validate permissions for \[Authorization\] \[RBAC\] \[Zalando\]" # TODO: Remains skipped until we remove the older RBAC setup "Should NOT get AWS IAM credentials" # Disabled on IPv6 as kube2iam is not compatible in current config. "should creating a working mysql cluster" # upstream test which does not work with IPv6 + "Should create DNS entry \[Zalando\] \[Slow\] \[Slow\]" # Depends on service Type LoadBalancer which doesn't work with IPv6. ) fi