std::rt: Ignore homed task tests

This commit is contained in:
Brian Anderson 2013-07-02 11:15:56 -07:00
parent 0e07c8d249
commit 6fd15ffbf9

View File

@ -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) |_| {