Skip to content

Commit

Permalink
Disable test http_corrupt for now
Browse files Browse the repository at this point in the history
  • Loading branch information
huitema committed Dec 14, 2023
1 parent 113672c commit 99d78bc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions picohttp_t/picohttp_t.c
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,10 @@ static const picoquic_test_def_t test_table[] = {
{ "h09_multi_file_preemptive", h09_multi_file_preemptive_test },
{ "h3zero_settings", h3zero_settings_test },
{ "http_stress", http_stress_test },
#if 0
{ "http_corrupt", http_corrupt_test},
{ "http_corrupt_rdpn", http_corrupt_rdpn_test},
#endif
{ "http_drop", http_drop_test},
{ "picowt_baton_basic", picowt_baton_basic_test },
{ "picowt_baton_error", picowt_baton_error_test },
Expand Down

0 comments on commit 99d78bc

Please sign in to comment.