[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] [tor/master] disable the end of circuitbuildtimeout units tests
Author: Roger Dingledine <arma@xxxxxxxxxxxxxx>
Date: Fri, 18 Sep 2009 02:00:20 -0400
Subject: disable the end of circuitbuildtimeout units tests
Commit: cc53e7cb0e38ab9b4803f6277bc9d6191fc64d85
until mike figures out some other way to make them pass reliably
---
src/or/test.c | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/src/or/test.c b/src/or/test.c
index cf00c08..cf3b4a7 100644
--- a/src/or/test.c
+++ b/src/or/test.c
@@ -3499,8 +3499,10 @@ test_circuit_timeout(void)
}
}
- test_assert(circuit_build_times_check_too_many_timeouts(&estimate) == 1);
- test_assert(!circuit_build_times_check_too_many_timeouts(&final));
+// Disabled 2009-09-18 since the synthetic values are not perfectly
+// accurate at falling on the right side of the line. -RD
+// test_assert(circuit_build_times_check_too_many_timeouts(&estimate) == 1);
+// test_assert(!circuit_build_times_check_too_many_timeouts(&final));
done:
return;
--
1.5.6.5