diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/run_tests/tests.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tools/run_tests/tests.json b/tools/run_tests/tests.json index 9fc942df2e..6a22a66a5f 100644 --- a/tools/run_tests/tests.json +++ b/tools/run_tests/tests.json @@ -306,6 +306,15 @@ { "flaky": false, "language": "c", + "name": "grpc_security_connector_test", + "platforms": [ + "windows", + "posix" + ] + }, + { + "flaky": false, + "language": "c", "name": "grpc_stream_op_test", "platforms": [ "windows", |