提交 dd3e5531 编写于 作者: B bors

auto merge of #13356 : alexcrichton/rust/ignore-flaky, r=huonw

This test relies on the parent to be descheduled before the child sends its
data. This has proved to be unreliable on libnative on the bots. It's a fairly
trivial test regardless, so ignoring it for now won't lose much.
......@@ -1935,5 +1935,5 @@ fn recv(rx: Receiver<~int>, i: int) {
assert_eq!(tx.try_send(1), Sent);
});
assert_eq!(rx.recv(), 1);
})
} #[ignore(reason = "flaky on libnative")])
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册