From 0754e3ddabdde20b580f756ea4a80b13c1e4407b 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 4c3b5315ca..60cced71f5 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: temporary disabled because feature is missing "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