From: Roger Dingledine Date: Fri, 18 Sep 2009 06:00:20 +0000 (-0400) Subject: disable the end of circuitbuildtimeout units tests X-Git-Tag: tor-0.2.2.2-alpha~15 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cc53e7cb0e38ab9b4803f6277bc9d6191fc64d85;p=thirdparty%2Ftor.git disable the end of circuitbuildtimeout units tests until mike figures out some other way to make them pass reliably --- diff --git a/src/or/test.c b/src/or/test.c index cf00c080d4..cf3b4a7f06 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;