std: ignoring timer test that seems to be race-failing b/c valgrind

.. this test fails frequently, locally, when ran with the batch of other
global_loop tests running due to how valgrind deals with multithreading
in the test app. not sure what to do, here.
This commit is contained in:
Jeff Olson 2012-05-18 08:54:43 -07:00 committed by Brian Anderson
parent 6c6a47bf22
commit a4b1e965e2

View File

@ -190,6 +190,7 @@ mod test {
// the majority of tries. // the majority of tries.
#[test] #[test]
#[cfg(ignore)]
fn test_gl_timer_recv_timeout_before_time_passes() { fn test_gl_timer_recv_timeout_before_time_passes() {
let times = 100; let times = 100;
let mut successes = 0; let mut successes = 0;