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: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -205,6 +205,7 @@ 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.
208
209
)
209
210
fi
210
211
@@ -215,6 +216,7 @@ if [ "$e2e" = true ]; then
215
216
"Should audit API calls to create, update, patch, delete pods. \[Audit\] \[Zalando\]"
216
217
"should validate permissions for \[Authorization\] \[RBAC\] \[Zalando\]"# TODO: Remains skipped until we remove the older RBAC setup
217
218
"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