diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/run_tests/tests.json | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/tools/run_tests/tests.json b/tools/run_tests/tests.json index 938aa2edde..06cc30b0d5 100644 --- a/tools/run_tests/tests.json +++ b/tools/run_tests/tests.json @@ -2570,6 +2570,27 @@ "cpu_cost": 1.0, "exclude_configs": [], "flaky": false, + "gtest": false, + "language": "c++", + "name": "noop-benchmark", + "platforms": [ + "linux", + "mac", + "posix", + "windows" + ] + }, + { + "args": [], + "ci_platforms": [ + "linux", + "mac", + "posix", + "windows" + ], + "cpu_cost": 1.0, + "exclude_configs": [], + "flaky": false, "gtest": true, "language": "c++", "name": "proto_server_reflection_test", |