소스 검색

Tell a broken test to skip itself

Nick Mathewson 7 년 전
부모
커밋
0e2df2b653
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  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;
 
   {