diff --git a/src/libstd/rt/sched.rs b/src/libstd/rt/sched.rs index 26956c49a62..7813579666a 100644 --- a/src/libstd/rt/sched.rs +++ b/src/libstd/rt/sched.rs @@ -1127,6 +1127,7 @@ mod test { // times. #[test] + #[ignore(reason = "iloopy")] fn test_stress_homed_tasks() { let n = stress_factor(); for int::range(0,n as int) |_| {