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