diff options
author | Nicolas Noble <nicolasnoble@users.noreply.github.com> | 2015-06-05 17:19:28 -0700 |
---|---|---|
committer | Nicolas Noble <nicolasnoble@users.noreply.github.com> | 2015-06-05 17:19:28 -0700 |
commit | cce361f7ca984200b32738fda355fede7a2ecd58 (patch) | |
tree | daf3e8b01b122fc7c7523b120d6e702a08a1c669 /tools/run_tests | |
parent | 4ac6b88a13e1356ad962f867e1a11ecae214560b (diff) | |
parent | 83b2f2590d09de2eb1bc771b4234b478eaa70907 (diff) |
Merge pull request #1961 from ctiller/moar-defense
Add tests for initial settings frames being bad
Diffstat (limited to 'tools/run_tests')
-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 7a38e03f81..f3c5422e13 100644 --- a/tools/run_tests/tests.json +++ b/tools/run_tests/tests.json @@ -4682,6 +4682,15 @@ "windows", "posix" ] + }, + { + "flaky": false, + "language": "c", + "name": "initial_settings_frame_bad_client_test", + "platforms": [ + "windows", + "posix" + ] } ] |