about summary refs log tree commit diff
path: root/src/libstd
diff options
context:
space:
mode:
Diffstat (limited to 'src/libstd')
-rw-r--r--src/libstd/rt/sched.rs1
1 files changed, 1 insertions, 0 deletions
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) |_| {