Skip to content

Commit d217174

Browse files
committed
auto merge of #6479 : brson/rust/flatpipes, r=brson
2 parents 06c46d5 + 133aabc commit d217174

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/libstd/flatpipes.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -639,6 +639,7 @@ mod test {
639639
use core::io::BytesWriter;
640640

641641
#[test]
642+
#[ignore(reason = "ebml failure")]
642643
fn test_serializing_memory_stream() {
643644
let writer = BytesWriter();
644645
let chan = serial::writer_chan(writer);
@@ -671,6 +672,7 @@ mod test {
671672
}
672673

673674
#[test]
675+
#[ignore(reason = "ebml failure")]
674676
fn test_serializing_boxes() {
675677
let (port, chan) = serial::pipe_stream();
676678

0 commit comments

Comments
 (0)