We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0423bfa commit e5c44a3Copy full SHA for e5c44a3
google/cloud/universe_domain/integration_tests/BUILD.bazel
@@ -20,6 +20,8 @@ cc_test(
20
name = "impersonation_tests",
21
timeout = "long",
22
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"],
25
tags = [
26
"integration-test",
27
"ud-only",
0 commit comments