Skip to content

Commit

Permalink
auto merge of #6479 : brson/rust/flatpipes, r=brson
Browse files Browse the repository at this point in the history
  • Loading branch information
bors committed May 14, 2013
2 parents 06c46d5 + 133aabc commit d217174
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/libstd/flatpipes.rs
Expand Up @@ -639,6 +639,7 @@ mod test {
use core::io::BytesWriter;

#[test]
#[ignore(reason = "ebml failure")]
fn test_serializing_memory_stream() {
let writer = BytesWriter();
let chan = serial::writer_chan(writer);
Expand Down Expand Up @@ -671,6 +672,7 @@ mod test {
}

#[test]
#[ignore(reason = "ebml failure")]
fn test_serializing_boxes() {
let (port, chan) = serial::pipe_stream();

Expand Down

0 comments on commit d217174

Please sign in to comment.