Skip to content

Commit 81c3196

Browse files
committed
Disable known not working e2e tests
Signed-off-by: Mikkel Oscar Lyderik Larsen <[email protected]>
1 parent df9c47b commit 81c3196

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/e2e/run_e2e.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,8 @@ if [ "$e2e" = true ]; then
205205
"Mirror pods should be created for the main Kubernetes components \[Zalando\]"
206206
"Should audit API calls to create, update, patch, delete pods. \[Audit\] \[Zalando\]"
207207
"should validate permissions for \[Authorization\] \[RBAC\] \[Zalando\]" # TODO: Remains skipped until we remove the older RBAC setup
208+
"Should NOT get AWS IAM credentials" # Disabled on IPv6 as kube2iam is not compatible in current config.
209+
"should creating a working mysql cluster" # upstream test which does not work with IPv6
208210
)
209211
fi
210212

0 commit comments

Comments
 (0)