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 Jan 3, 2025
1 parent b793e5c commit 0ccf6f6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/e2e/run_e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 0ccf6f6

Please sign in to comment.