Skip to content

Commit 1f27456

Browse files
authored
cleanup: disable universe-domain kms tests (#15022)
1 parent 86fdebb commit 1f27456

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

ci/cloudbuild/builds/universe-domain.sh

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

2828
if [[ -n "${UD_SA_KEY_FILE}" ]]; then
29-
ud::bazel_run //google/cloud/universe_domain/demo:kms_demo \
30-
"${UD_PROJECT}" "${UD_REGION}" "${UD_SA_KEY_FILE}"
29+
# TODO(#15021): Re-enable kms tests when kms is available from cloudbuild
30+
# ud::bazel_run //google/cloud/universe_domain/demo:kms_demo \
31+
# "${UD_PROJECT}" "${UD_REGION}" "${UD_SA_KEY_FILE}"
3132
ud::bazel_test //google/cloud/storage/tests:universe_domain_integration_test
32-
ud::bazel_test //google/cloud/universe_domain/integration_tests:impersonation_tests
33+
# ud::bazel_test //google/cloud/universe_domain/integration_tests:impersonation_tests
3334
else
3435
source module ci/etc/integration-tests-config.sh
3536
bazel run -- //google/cloud/universe_domain/demo:kms_demo \

0 commit comments

Comments
 (0)