Automated change: Fix sanity tests

pull/36502/head^2
markdroth 10 months ago committed by github-actions[bot]
parent 3b3435ef11
commit 453c2e1a3f
  1. 3
      tools/buildgen/extract_metadata_from_bazel_xml.py

@ -829,7 +829,8 @@ def _exclude_unwanted_cc_tests(tests: List[str]) -> List[str]:
for test in tests
if not test.startswith("test/cpp/ext/filters/census:")
and not test.startswith(
"test/core/server:xds_channel_stack_modifier_test")
"test/core/server:xds_channel_stack_modifier_test"
)
and not test.startswith("test/cpp/ext/gcp:")
and not test.startswith("test/cpp/ext/filters/logging:")
and not test.startswith("test/cpp/interop:observability_interop")

Loading…
Cancel
Save