Skip to content

Commit ca38d98

Browse files
authored
ci: re-enable universe-domain-demo tests (#14843)
1 parent 912533c commit ca38d98

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

ci/cloudbuild/builds/universe-domain-demo.sh

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,9 @@ export CC=clang
2626
export CXX=clang++
2727

2828
if [[ -n "${UD_SA_KEY_FILE}" ]]; then
29-
# Testing environment has changed such that authentication is failing. Ignore
30-
# failures for now.
3129
ud::bazel_run //google/cloud/universe_domain/demo:kms_demo \
32-
"${UD_PROJECT}" "${UD_REGION}" "${UD_SA_KEY_FILE}" || true
33-
ud::bazel_test //google/cloud/storage/tests:universe_domain_integration_test || true
30+
"${UD_PROJECT}" "${UD_REGION}" "${UD_SA_KEY_FILE}"
31+
ud::bazel_test //google/cloud/storage/tests:universe_domain_integration_test
3432
else
3533
source module ci/etc/integration-tests-config.sh
3634
bazel run -- //google/cloud/universe_domain/demo:kms_demo \

0 commit comments

Comments
 (0)