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 e0b7ef16fb..87fb3276ab 100644 --- a/tools/run_tests/tests.json +++ b/tools/run_tests/tests.json @@ -617,6 +617,15 @@ { "flaky": false, "language": "c++", + "name": "crash_test", + "platforms": [ + "windows", + "posix" + ] + }, + { + "flaky": false, + "language": "c++", "name": "credentials_test", "platforms": [ "windows", |