kokoro: Enable xds authz_test

It is successfully passing against prod:
https://source.cloud.google.com/results/invocations/e2be0996-ed4d-4a4c-90ad-20bc706f9f70/targets
This commit is contained in:
Eric Anderson 2021-11-04 15:29:24 -07:00
parent a5c526c12f
commit 0d34572149
1 changed files with 1 additions and 0 deletions

View File

@ -168,6 +168,7 @@ main() {
cd "${TEST_DRIVER_FULL_DIR}" cd "${TEST_DRIVER_FULL_DIR}"
run_test baseline_test run_test baseline_test
run_test security_test run_test security_test
run_test authz_test
} }
main "$@" main "$@"