std: Ignore a flaky std::comm test

This test relies on the parent to be descheduled before the child sends its
data. This has proved to be unreliable on libnative on the bots. It's a fairly
trivial test regardless, so ignoring it for now won't lose much.
This commit is contained in:
Alex Crichton 2014-04-06 00:41:25 -07:00
parent 4e9e25907b
commit b5ef3afd50

View File

@ -1935,5 +1935,5 @@ mod sync_tests {
assert_eq!(tx.try_send(1), Sent);
});
assert_eq!(rx.recv(), 1);
})
} #[ignore(reason = "flaky on libnative")])
}