Skip to content

Commit 18ac4ee

Browse files
committed
std: Ignore a test that doesn't terminate on windows
1 parent 3c6a538 commit 18ac4ee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libstd/net_tcp.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1286,6 +1286,7 @@ mod test {
12861286
}
12871287
#[test]
12881288
#[ignore(cfg(target_os = "linux"))]
1289+
#[ignore(cfg(windows), reason = "deadlocking bots")]
12891290
fn test_gl_tcp_server_access_denied() unsafe {
12901291
impl_gl_tcp_ipv4_server_access_denied();
12911292
}

0 commit comments

Comments
 (0)