Move circuit_breaking from _TEST_CASES to _ADDITIONAL_TEST_CASES as not all languages have the feature ready.

pull/24696/head
Chengyuan Zhang 4 years ago
parent b221b5e16e
commit 6c1907aa42
  1. 3
      tools/run_tests/run_xds_tests.py

@ -57,13 +57,12 @@ _TEST_CASES = [
'secondary_locality_gets_no_requests_on_partial_primary_failure',
'secondary_locality_gets_requests_on_primary_failure',
'traffic_splitting',
'circuit_breaking',
]
# Valid test cases, but not in all. So the tests can only run manually, and
# aren't enabled automatically for all languages.
#
# TODO: Move them into _TEST_CASES when support is ready in all languages.
_ADDITIONAL_TEST_CASES = ['path_matching', 'header_matching']
_ADDITIONAL_TEST_CASES = ['path_matching', 'header_matching', 'circuit_breaking']
def parse_test_cases(arg):

Loading…
Cancel
Save