From dec32fa070efb3a2be51b2ac5d7aa7e0323ace82 Mon Sep 17 00:00:00 2001 From: Mikkel Oscar Lyderik Larsen Date: Tue, 26 Nov 2024 10:53:05 +0100 Subject: [PATCH] Disable known not working e2e tests Signed-off-by: Mikkel Oscar Lyderik Larsen --- test/e2e/run_e2e.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/e2e/run_e2e.sh b/test/e2e/run_e2e.sh index 65a7f2e9bf..f612e25e5e 100755 --- a/test/e2e/run_e2e.sh +++ b/test/e2e/run_e2e.sh @@ -205,6 +205,8 @@ if [ "$e2e" = true ]; then "Mirror pods should be created for the main Kubernetes components \[Zalando\]" "Should audit API calls to create, update, patch, delete pods. \[Audit\] \[Zalando\]" "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 ) fi