Explorar o código

Tell a broken test to skip itself

Nick Mathewson %!s(int64=8) %!d(string=hai) anos
pai
achega
0e2df2b653
Modificáronse 1 ficheiros con 5 adicións e 0 borrados
  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;
 
   {