diff --git a/ci/cloudbuild/builds/universe-domain-demo.sh b/ci/cloudbuild/builds/universe-domain-demo.sh index 08ec1de7a91be..02aace8d2f777 100755 --- a/ci/cloudbuild/builds/universe-domain-demo.sh +++ b/ci/cloudbuild/builds/universe-domain-demo.sh @@ -26,11 +26,9 @@ export CC=clang export CXX=clang++ if [[ -n "${UD_SA_KEY_FILE}" ]]; then - # Testing environment has changed such that authentication is failing. Ignore - # failures for now. ud::bazel_run //google/cloud/universe_domain/demo:kms_demo \ - "${UD_PROJECT}" "${UD_REGION}" "${UD_SA_KEY_FILE}" || true - ud::bazel_test //google/cloud/storage/tests:universe_domain_integration_test || true + "${UD_PROJECT}" "${UD_REGION}" "${UD_SA_KEY_FILE}" + ud::bazel_test //google/cloud/storage/tests:universe_domain_integration_test else source module ci/etc/integration-tests-config.sh bazel run -- //google/cloud/universe_domain/demo:kms_demo \