Skip to content

Commit 76f7207

Browse files
committed
std: xfail test_serializing_pipes
1 parent b37a685 commit 76f7207

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)