Skip to content

Commit e5c44a3

Browse files
authored
ci: disable EAToSAImpersonationRest and EAToSAImpersonationGrpc (#15333)
1 parent 0423bfa commit e5c44a3

File tree

1 file changed

+2
-0
lines changed
  • google/cloud/universe_domain/integration_tests

1 file changed

+2
-0
lines changed

google/cloud/universe_domain/integration_tests/BUILD.bazel

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ cc_test(
2020
name = "impersonation_tests",
2121
timeout = "long",
2222
srcs = ["impersonation_tests.cc"],
23+
# TODO(#15332) - remove gtest_filter to re-enable the tests when credential's issuer is recovered from failure
24+
args = ["--gtest_filter=-ExternalAccountImpersonationTest.EAToSAImpersonationRest:ExternalAccountImpersonationTest.EAToSAImpersonationGrpc"],
2325
tags = [
2426
"integration-test",
2527
"ud-only",

0 commit comments

Comments
 (0)