aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--build.json1
-rw-r--r--templates/tools/run_tests/tests.json.template2
-rw-r--r--tools/run_tests/tests.json36
3 files changed, 2 insertions, 37 deletions
diff --git a/build.json b/build.json
index 6e52d0b6d8..9effb72597 100644
--- a/build.json
+++ b/build.json
@@ -1102,6 +1102,7 @@
"name": "grpc_completion_queue_benchmark",
"build": "benchmark",
"language": "c",
+ "run": false,
"src": [
"test/core/surface/completion_queue_benchmark.c"
],
diff --git a/templates/tools/run_tests/tests.json.template b/templates/tools/run_tests/tests.json.template
index f28a1daad8..bb54489861 100644
--- a/templates/tools/run_tests/tests.json.template
+++ b/templates/tools/run_tests/tests.json.template
@@ -4,6 +4,6 @@ import json
${json.dumps([{"name": tgt.name, "language": tgt.language}
for tgt in targets
- if tgt.get('run', True)],
+ if tgt.get('run', True) and tgt.build == 'test'],
sort_keys=True, indent=2)}
diff --git a/tools/run_tests/tests.json b/tools/run_tests/tests.json
index 76a089de87..193b164177 100644
--- a/tools/run_tests/tests.json
+++ b/tools/run_tests/tests.json
@@ -47,18 +47,10 @@
},
{
"language": "c",
- "name": "census_stats_store_test"
- },
- {
- "language": "c",
"name": "census_stub_test"
},
{
"language": "c",
- "name": "census_trace_store_test"
- },
- {
- "language": "c",
"name": "census_window_stats_test"
},
{
@@ -99,10 +91,6 @@
},
{
"language": "c",
- "name": "gen_hpack_tables"
- },
- {
- "language": "c",
"name": "gpr_cancellable_test"
},
{
@@ -171,10 +159,6 @@
},
{
"language": "c",
- "name": "grpc_completion_queue_benchmark"
- },
- {
- "language": "c",
"name": "grpc_completion_queue_test"
},
{
@@ -183,10 +167,6 @@
},
{
"language": "c",
- "name": "grpc_fetch_oauth2"
- },
- {
- "language": "c",
"name": "grpc_json_token_test"
},
{
@@ -227,10 +207,6 @@
},
{
"language": "c",
- "name": "low_level_ping_pong_benchmark"
- },
- {
- "language": "c",
"name": "message_compress_test"
},
{
@@ -311,18 +287,6 @@
},
{
"language": "c++",
- "name": "grpc_cpp_plugin"
- },
- {
- "language": "c++",
- "name": "grpc_python_plugin"
- },
- {
- "language": "c++",
- "name": "grpc_ruby_plugin"
- },
- {
- "language": "c++",
"name": "pubsub_publisher_test"
},
{