Skip to content

Commit 6fd15ff

Browse files
committed
std::rt: Ignore homed task tests
1 parent 0e07c8d commit 6fd15ff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libstd/rt/sched.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1127,6 +1127,7 @@ mod test {
11271127
// times.
11281128

11291129
#[test]
1130+
#[ignore(reason = "iloopy")]
11301131
fn test_stress_homed_tasks() {
11311132
let n = stress_factor();
11321133
for int::range(0,n as int) |_| {

0 commit comments

Comments
 (0)