runtime: ignore flakey test_waitable_condvar

This commit is contained in:
Trent Nelson
2021-07-09 01:19:30 -06:00
committed by Trent Nelson
parent 2ef2b6daa0
commit ca1d8f2adc

View File

@ -35,6 +35,7 @@ pub mod tests {
},
thread::Builder,
};
#[ignore]
#[test]
fn test_waitable_condvar() {
let data = Arc::new(AtomicBool::new(false));