We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d0b371 commit 1fbaf8cCopy full SHA for 1fbaf8c
openshift/e2e-common.sh
@@ -147,7 +147,7 @@ function run_e2e_encryption_auth_tests(){
147
148
oc wait --for=condition=Ready knativeeventing.operator.knative.dev knative-eventing -n "${EVENTING_NAMESPACE}" --timeout=900s || return $?
149
150
- local regex="TLS|OIDC"
+ local regex="TLS|OIDC|AuthZ"
151
152
local test_name="${1:-}"
153
local run_command="-run ${regex}"
0 commit comments