Skip to content

Commit

Permalink
Run AuthZ tests too as part of auth test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
creydr authored and openshift-cherrypick-robot committed Feb 5, 2025
1 parent 4e3573e commit ab77c26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openshift/e2e-common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ function run_e2e_encryption_auth_tests(){

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

local regex="TLS|OIDC"
local regex="TLS|OIDC|AuthZ"

local test_name="${1:-}"
local run_command="-run ${regex}"
Expand Down

0 comments on commit ab77c26

Please sign in to comment.