diff options
author | Craig Tiller <ctiller@google.com> | 2015-04-29 14:46:13 -0700 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2015-04-29 14:46:13 -0700 |
commit | 8ad26f7f74ffa4487a4758b38598bc7858168551 (patch) | |
tree | 49608e02f9d9801a38835d7e48637cd95388dfe1 /tools/run_tests | |
parent | 2f36d4682c62451858f2208c387066244289f9eb (diff) |
Remove test for an old API corner case
Diffstat (limited to 'tools/run_tests')
-rw-r--r-- | tools/run_tests/tests.json | 99 |
1 files changed, 0 insertions, 99 deletions
diff --git a/tools/run_tests/tests.json b/tools/run_tests/tests.json index 1bd90afc19..bb393f2f11 100644 --- a/tools/run_tests/tests.json +++ b/tools/run_tests/tests.json @@ -921,15 +921,6 @@ { "flaky": false, "language": "c", - "name": "chttp2_fake_security_writes_done_hangs_with_pending_read_test", - "platforms": [ - "windows", - "posix" - ] - }, - { - "flaky": false, - "language": "c", "name": "chttp2_fullstack_bad_hostname_test", "platforms": [ "windows", @@ -1155,15 +1146,6 @@ { "flaky": false, "language": "c", - "name": "chttp2_fullstack_writes_done_hangs_with_pending_read_test", - "platforms": [ - "windows", - "posix" - ] - }, - { - "flaky": false, - "language": "c", "name": "chttp2_fullstack_uds_bad_hostname_test", "platforms": [ "windows", @@ -1389,15 +1371,6 @@ { "flaky": false, "language": "c", - "name": "chttp2_fullstack_uds_writes_done_hangs_with_pending_read_test", - "platforms": [ - "windows", - "posix" - ] - }, - { - "flaky": false, - "language": "c", "name": "chttp2_simple_ssl_fullstack_bad_hostname_test", "platforms": [ "windows", @@ -1623,15 +1596,6 @@ { "flaky": false, "language": "c", - "name": "chttp2_simple_ssl_fullstack_writes_done_hangs_with_pending_read_test", - "platforms": [ - "windows", - "posix" - ] - }, - { - "flaky": false, - "language": "c", "name": "chttp2_simple_ssl_with_oauth2_fullstack_bad_hostname_test", "platforms": [ "windows", @@ -1857,15 +1821,6 @@ { "flaky": false, "language": "c", - "name": "chttp2_simple_ssl_with_oauth2_fullstack_writes_done_hangs_with_pending_read_test", - "platforms": [ - "windows", - "posix" - ] - }, - { - "flaky": false, - "language": "c", "name": "chttp2_socket_pair_bad_hostname_test", "platforms": [ "windows", @@ -2091,15 +2046,6 @@ { "flaky": false, "language": "c", - "name": "chttp2_socket_pair_writes_done_hangs_with_pending_read_test", - "platforms": [ - "windows", - "posix" - ] - }, - { - "flaky": false, - "language": "c", "name": "chttp2_socket_pair_one_byte_at_a_time_bad_hostname_test", "platforms": [ "windows", @@ -2325,15 +2271,6 @@ { "flaky": false, "language": "c", - "name": "chttp2_socket_pair_one_byte_at_a_time_writes_done_hangs_with_pending_read_test", - "platforms": [ - "windows", - "posix" - ] - }, - { - "flaky": false, - "language": "c", "name": "chttp2_fullstack_bad_hostname_unsecure_test", "platforms": [ "windows", @@ -2559,15 +2496,6 @@ { "flaky": false, "language": "c", - "name": "chttp2_fullstack_writes_done_hangs_with_pending_read_unsecure_test", - "platforms": [ - "windows", - "posix" - ] - }, - { - "flaky": false, - "language": "c", "name": "chttp2_fullstack_uds_bad_hostname_unsecure_test", "platforms": [ "windows", @@ -2793,15 +2721,6 @@ { "flaky": false, "language": "c", - "name": "chttp2_fullstack_uds_writes_done_hangs_with_pending_read_unsecure_test", - "platforms": [ - "windows", - "posix" - ] - }, - { - "flaky": false, - "language": "c", "name": "chttp2_socket_pair_bad_hostname_unsecure_test", "platforms": [ "windows", @@ -3027,15 +2946,6 @@ { "flaky": false, "language": "c", - "name": "chttp2_socket_pair_writes_done_hangs_with_pending_read_unsecure_test", - "platforms": [ - "windows", - "posix" - ] - }, - { - "flaky": false, - "language": "c", "name": "chttp2_socket_pair_one_byte_at_a_time_bad_hostname_unsecure_test", "platforms": [ "windows", @@ -3257,15 +3167,6 @@ "windows", "posix" ] - }, - { - "flaky": false, - "language": "c", - "name": "chttp2_socket_pair_one_byte_at_a_time_writes_done_hangs_with_pending_read_unsecure_test", - "platforms": [ - "windows", - "posix" - ] } ] |