std: xfail test_serializing_pipes

This commit is contained in:
Brian Anderson 2013-05-02 22:18:16 -07:00
parent b37a685958
commit 76f7207af2
1 changed files with 1 additions and 0 deletions

View File

@ -678,6 +678,7 @@ mod test {
}
#[test]
#[ignore(reason = "FIXME #6211 failing on linux snapshot machine")]
fn test_serializing_pipes() {
let (port, chan) = serial::pipe_stream();