diff options
author | Vijay Pai <vpai@google.com> | 2015-03-27 15:33:07 -0700 |
---|---|---|
committer | Vijay Pai <vpai@google.com> | 2015-03-27 15:33:07 -0700 |
commit | bc6f3f04d81dbe71433d1187767c7263cef66764 (patch) | |
tree | 6c8c2b16192bae430295329c0e68cfb5d8bbc384 /tools/run_tests | |
parent | ce0268cab813190801bf1e0eb317cde105b4559d (diff) | |
parent | b946b5ea740be453fe50d334161fbe03adc204de (diff) |
Merge pull request #1144 from yang-g/genericstub
generic stub implementation
Diffstat (limited to 'tools/run_tests')
-rw-r--r-- | tools/run_tests/tests.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/run_tests/tests.json b/tools/run_tests/tests.json index 0150fd4a5d..eab07040e7 100644 --- a/tools/run_tests/tests.json +++ b/tools/run_tests/tests.json @@ -349,6 +349,11 @@ { "flaky": false, "language": "c++", + "name": "cli_call_test" + }, + { + "flaky": false, + "language": "c++", "name": "credentials_test" }, { |