diff --git a/test/e2e/run_e2e.sh b/test/e2e/run_e2e.sh index deb806cc1c..4c3b5315ca 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: 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 ) fi