Skip to content

Commit 1fbaf8c

Browse files
authored
Run AuthZ tests too as part of auth test suite (#1060)
1 parent 1d0b371 commit 1fbaf8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openshift/e2e-common.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ function run_e2e_encryption_auth_tests(){
147147

148148
oc wait --for=condition=Ready knativeeventing.operator.knative.dev knative-eventing -n "${EVENTING_NAMESPACE}" --timeout=900s || return $?
149149

150-
local regex="TLS|OIDC"
150+
local regex="TLS|OIDC|AuthZ"
151151

152152
local test_name="${1:-}"
153153
local run_command="-run ${regex}"

0 commit comments

Comments
 (0)