We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eca68a4 commit 2d653cfCopy full SHA for 2d653cf
tests/cli.rs
@@ -90,6 +90,7 @@ fn connect_listen_happy() {
90
/// Connect and listen both write a limited amount of data and then EOF.
91
/// The interaction should stop when both sides have EOF'd.
92
#[test]
93
+#[ignore = "flaky"]
94
fn connect_listen_custom_alpn_happy() {
95
// the bytes provided by the listen command
96
let listen_to_connect = b"hello from listen";
@@ -214,6 +215,7 @@ fn connect_listen_ctrlc_listen() {
214
215
// TODO: figure out why this is flaky on windows
216
217
#[cfg(unix)]
218
219
fn listen_tcp_happy() {
220
let b1 = wait2();
221
let b2 = b1.clone();
0 commit comments