You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test/e2e/run_e2e.sh
-2Lines changed: 0 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -205,7 +205,6 @@ if [ "$e2e" = true ]; then
205
205
# some tests are skipped for zalando-aws because they only apply to zalando-eks
206
206
SKIPPED_TESTS+=(
207
207
"Authorization via admission-controller \[RBAC\] \[Zalando\]"
208
-
"Should create DNS entry via Service and AWS Load Balancer Controller \[Zalando\]"# Depends on availability of AWS Load Balancer Controller in the cluster.
209
208
)
210
209
fi
211
210
@@ -216,7 +215,6 @@ if [ "$e2e" = true ]; then
216
215
"Should audit API calls to create, update, patch, delete pods. \[Audit\] \[Zalando\]"
217
216
"should validate permissions for \[Authorization\] \[RBAC\] \[Zalando\]"# TODO: Remains skipped until we remove the older RBAC setup
218
217
"should creating a working mysql cluster"# upstream test which does not work with IPv6
219
-
"Should create DNS entry via Service and AWS Cloud Provider \[Zalando\]"# Legacy Service Type LoadBalancer controller doesn't support IPv6.
0 commit comments