disable the end of circuitbuildtimeout units tests

until mike figures out some other way to make them pass reliably
This commit is contained in:
Roger Dingledine 2009-09-18 02:00:20 -04:00
parent 27fd750d7c
commit cc53e7cb0e

View File

@ -3499,8 +3499,10 @@ test_circuit_timeout(void)
} }
} }
test_assert(circuit_build_times_check_too_many_timeouts(&estimate) == 1); // Disabled 2009-09-18 since the synthetic values are not perfectly
test_assert(!circuit_build_times_check_too_many_timeouts(&final)); // 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: done:
return; return;