Skip to content

Commit

Permalink
Disable known not working e2e tests
Browse files Browse the repository at this point in the history
Signed-off-by: Mikkel Oscar Lyderik Larsen <[email protected]>
  • Loading branch information
mikkeloscar committed Nov 26, 2024
1 parent 77a9fbf commit 67ca5f3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/e2e/run_e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 67ca5f3

Please sign in to comment.