[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [tor/master] Tell a broken test to skip itself



commit 0e2df2b653ea25d3191995829e64c512c4868f2c
Author: Nick Mathewson <nickm@xxxxxxxxxxxxxx>
Date:   Fri Nov 4 13:57:07 2016 -0400

    Tell a broken test to skip itself
---
 src/test/test_hs_descriptor.c | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/src/test/test_hs_descriptor.c b/src/test/test_hs_descriptor.c
index dec5268..a387120 100644
--- a/src/test/test_hs_descriptor.c
+++ b/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;
 
   {



_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits