From 74aa800c43656f0c1f70bfa02aea7bad78c18f3d 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 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/test/e2e/run_e2e.sh b/test/e2e/run_e2e.sh index deb806cc1c..6d4fd00f9d 100755 --- a/test/e2e/run_e2e.sh +++ b/test/e2e/run_e2e.sh @@ -205,6 +205,12 @@ 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: temporary disabled because feature is missing + "should deny deletion of kube-system or visibility namespaces" + "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 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