diff options
Diffstat (limited to 'tools/run_tests/tests.json')
-rw-r--r-- | tools/run_tests/tests.json | 30 |
1 files changed, 18 insertions, 12 deletions
diff --git a/tools/run_tests/tests.json b/tools/run_tests/tests.json index 5976d5d492..ebdd52f0af 100644 --- a/tools/run_tests/tests.json +++ b/tools/run_tests/tests.json @@ -879,6 +879,24 @@ "exclude_configs": [], "flaky": false, "language": "c", + "name": "lb_policies_test", + "platforms": [ + "linux", + "mac", + "posix", + "windows" + ] + }, + { + "ci_platforms": [ + "linux", + "mac", + "posix", + "windows" + ], + "exclude_configs": [], + "flaky": false, + "language": "c", "name": "message_compress_test", "platforms": [ "linux", @@ -1631,18 +1649,6 @@ }, { "ci_platforms": [ - "linux" - ], - "exclude_configs": [], - "flaky": false, - "language": "c++", - "name": "zookeeper_test", - "platforms": [ - "linux" - ] - }, - { - "ci_platforms": [ "linux", "mac", "posix", |