File tree 1 file changed +3
-0
lines changed
1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -53,6 +53,7 @@ fn random_port() -> u16 {
53
53
/// Connect and listen both write a limited amount of data and then EOF.
54
54
/// The interaction should stop when both sides have EOF'd.
55
55
#[ test]
56
+ #[ ignore = "flaky" ]
56
57
fn connect_listen_happy ( ) {
57
58
// the bytes provided by the listen command
58
59
let listen_to_connect = b"hello from listen" ;
@@ -90,6 +91,7 @@ fn connect_listen_happy() {
90
91
/// Connect and listen both write a limited amount of data and then EOF.
91
92
/// The interaction should stop when both sides have EOF'd.
92
93
#[ test]
94
+ #[ ignore = "flaky" ]
93
95
fn connect_listen_custom_alpn_happy ( ) {
94
96
// the bytes provided by the listen command
95
97
let listen_to_connect = b"hello from listen" ;
@@ -214,6 +216,7 @@ fn connect_listen_ctrlc_listen() {
214
216
// TODO: figure out why this is flaky on windows
215
217
#[ test]
216
218
#[ cfg( unix) ]
219
+ #[ ignore = "flaky" ]
217
220
fn listen_tcp_happy ( ) {
218
221
let b1 = wait2 ( ) ;
219
222
let b2 = b1. clone ( ) ;
You can’t perform that action at this time.
0 commit comments