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