std: Ignore a test that doesn't terminate on windows

This commit is contained in:
Brian Anderson 2012-07-02 16:50:47 -07:00
parent 3c6a5385d6
commit 18ac4eee3b

View File

@ -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();
}