From 9e927fd2a6e0425f85b8be9b1f01cf0beef71987 Mon Sep 17 00:00:00 2001 From: Menghan Li Date: Thu, 28 May 2020 16:48:28 -0700 Subject: [PATCH] disable traffic_splitting --- 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 f8146294ecd..cd23a233417 100755 --- a/tools/run_tests/run_xds_tests.py +++ b/tools/run_tests/run_xds_tests.py @@ -52,7 +52,7 @@ _TEST_CASES = [ 'round_robin', 'secondary_locality_gets_no_requests_on_partial_primary_failure', 'secondary_locality_gets_requests_on_primary_failure', - 'traffic_splitting', + # 'traffic_splitting', ]