Merge pull request #512 from markdroth/create-pull-request/patch-3b3435e

Automated fix for refs/heads/reorg_build_fix
pull/36502/head
Mark D. Roth 7 months ago committed by GitHub
commit 94d091119a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  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