diff options
-rw-r--r-- | build.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build.json b/build.json index 68110e4702..c9a83f56c1 100644 --- a/build.json +++ b/build.json @@ -1616,6 +1616,7 @@ { "name": "qps_client", "build": "test", + "run": false, "language": "c++", "src": [ "test/cpp/qps/qpstest.proto", @@ -1633,6 +1634,7 @@ { "name": "qps_server", "build": "test", + "run": false, "language": "c++", "src": [ "test/cpp/qps/qpstest.proto", |