From 48cad7f0073065ce517571ea647ddbf276a93872 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 6d4fd00f9d..0fe6d90553 100755 --- a/test/e2e/run_e2e.sh +++ b/test/e2e/run_e2e.sh @@ -209,6 +209,7 @@ if [ "$e2e" = true ]; then "should deny read access to Secrets in kube-system and visibility namespaces" "should allow deleting CRDs" "should deny deleting kube-system or visibility namespaces" + "Should create DNS entry \[Zalando\] \[Slow\] \[Slow\]" # Depends on service Type LoadBalancer which doesn't work with IPv6. "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 )