mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-27 17:24:06 +00:00
std: Ignore a test that doesn't terminate on windows
This commit is contained in:
parent
3c6a5385d6
commit
18ac4eee3b
@ -1286,6 +1286,7 @@ mod test {
|
||||
}
|
||||
#[test]
|
||||
#[ignore(cfg(target_os = "linux"))]
|
||||
#[ignore(cfg(windows), reason = "deadlocking bots")]
|
||||
fn test_gl_tcp_server_access_denied() unsafe {
|
||||
impl_gl_tcp_ipv4_server_access_denied();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user