Skip to content

Commit

Permalink
std: xfail test_serializing_pipes
Browse files Browse the repository at this point in the history
  • Loading branch information
brson committed May 3, 2013
1 parent b37a685 commit 76f7207
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libstd/flatpipes.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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();

Expand Down

1 comment on commit 76f7207

@brson
Copy link
Owner Author

@brson brson commented on 76f7207 May 3, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

r+ p=100

Please sign in to comment.