From 31595c44b2e0577e605c1646c5b526cb443ad4d3 Mon Sep 17 00:00:00 2001 From: Eric Gribkoff Date: Sat, 22 May 2021 01:49:56 -0700 Subject: [PATCH] Add api_listener back to _TEST_CASES (#26246) --- tools/run_tests/run_xds_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/run_tests/run_xds_tests.py b/tools/run_tests/run_xds_tests.py index acabf66def9..5baea31242b 100755 --- a/tools/run_tests/run_xds_tests.py +++ b/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.