auto merge of #6212 : brson/rust/xfail-flatpipes, r=brson

This is preventing a snapshot. Filed #6211
This commit is contained in:
bors 2013-05-02 22:51:38 -07:00
commit 2ae44a07a9
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();