Tell a broken test to skip itself

This commit is contained in:
Nick Mathewson 2016-11-04 13:57:07 -04:00
parent b876e5128a
commit 0e2df2b653

View File

@ -882,6 +882,11 @@ test_decode_multiple_intro_points(void *arg)
int ret;
hs_descriptor_t *desc = NULL;
/* XXXX test is broken! Assumes that signing key is as hardcoded in
* crosscert code above. */
if (1)
tt_skip();
(void) arg;
{