Browse Source

Tell a broken test to skip itself

Nick Mathewson 7 years ago
parent
commit
0e2df2b653
1 changed files with 5 additions and 0 deletions
  1. 5 0
      src/test/test_hs_descriptor.c

+ 5 - 0
src/test/test_hs_descriptor.c

@@ -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;
 
   {