Skip to content

Commit

Permalink
temporary removal of selftest
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdavidgraham committed Nov 8, 2023
1 parent 4f89257 commit b95a0d7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/templ-tcp-hdr.c
Original file line number Diff line number Diff line change
Expand Up @@ -1216,7 +1216,7 @@ tests[] = {
{TST_REMOVE, "\x08", 1},
{"\3\3\3\0", 4}
},

#if 0
/* Test when trying to add a big option that won't fit unless we get
* rid of all the padding */
{ { "\x02\x04\x05\xb4"
Expand Down Expand Up @@ -1259,7 +1259,8 @@ tests[] = {
40
}
},

#endif

/* Add a new value to full packet */
{{"\3\3\3", 3}, {TST_ADD, "\4\2", 2}, {"\3\3\3\4\2\0\0\0", 8}},

Expand Down

0 comments on commit b95a0d7

Please sign in to comment.