Add api_listener back to _TEST_CASES (#26246)

pull/26354/head
Eric Gribkoff 4 years ago committed by GitHub
parent 838322e6bc
commit 31595c44b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      tools/run_tests/run_xds_tests.py

@ -84,6 +84,7 @@ _TEST_CASES = [
'traffic_splitting',
'path_matching',
'header_matching',
'api_listener',
'forwarding_rule_port_match',
'forwarding_rule_default_port',
'metadata_filter',
@ -98,7 +99,6 @@ _ADDITIONAL_TEST_CASES = [
'timeout',
'fault_injection',
'csds',
'api_listener', # TODO(b/187352987) Relieve quota pressure
]
# Test cases that require the V3 API. Skipped in older runs.

Loading…
Cancel
Save