Skip to content

Commit 2ae44a0

Browse files
committed
auto merge of #6212 : brson/rust/xfail-flatpipes, r=brson
This is preventing a snapshot. Filed #6211
2 parents 87c46b5 + 76f7207 commit 2ae44a0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libstd/flatpipes.rs

+1
Original file line numberDiff line numberDiff line change
@@ -678,6 +678,7 @@ mod test {
678678
}
679679
680680
#[test]
681+
#[ignore(reason = "FIXME #6211 failing on linux snapshot machine")]
681682
fn test_serializing_pipes() {
682683
let (port, chan) = serial::pipe_stream();
683684

0 commit comments

Comments
 (0)