aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests/tests.json
diff options
context:
space:
mode:
authorGravatar David Garcia Quintas <dgq@google.com>2015-08-17 14:03:50 -0700
committerGravatar David Garcia Quintas <dgq@google.com>2015-08-17 18:28:00 -0700
commit935c171ee8446a7327763608d8688b644a2436a0 (patch)
treef4646cbbf7258367a16c9f4b8a81314313cd0d5e /tools/run_tests/tests.json
parent864d18650e007d9080257d685fc09bfbbf3a306e (diff)
parent2461bf675ec23f513569a14933609f09b4ff3854 (diff)
Merge branch 'master' of github.com:grpc/grpc into compression-interop
Diffstat (limited to 'tools/run_tests/tests.json')
-rw-r--r--tools/run_tests/tests.json28
1 files changed, 28 insertions, 0 deletions
diff --git a/tools/run_tests/tests.json b/tools/run_tests/tests.json
index d754d89e2d..c25c0f3d7d 100644
--- a/tools/run_tests/tests.json
+++ b/tools/run_tests/tests.json
@@ -1056,6 +1056,17 @@
},
{
"ci_platforms": [
+ "posix"
+ ],
+ "flaky": false,
+ "language": "c",
+ "name": "udp_server_test",
+ "platforms": [
+ "posix"
+ ]
+ },
+ {
+ "ci_platforms": [
"linux",
"mac",
"posix",
@@ -1481,6 +1492,23 @@
{
"ci_platforms": [
"linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
+ "flaky": false,
+ "language": "c++",
+ "name": "zookeeper_test",
+ "platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ]
+ },
+ {
+ "ci_platforms": [
+ "linux",
"posix",
"windows"
],