mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 23:12:02 +00:00
Ignore connect_timeout
unit test on SGX platform
Co-authored-by: Chris Denton <christophersdenton@gmail.com>
This commit is contained in:
parent
f65b5d0ddf
commit
30e1c1a53c
@ -58,6 +58,7 @@ fn connect_timeout_to_unreachable_address() {
|
||||
}
|
||||
|
||||
#[test]
|
||||
#[cfg_attr(target_env = "sgx", ignore)] // FIXME: https://github.com/fortanix/rust-sgx/issues/31
|
||||
fn connect_timeout_error() {
|
||||
let socket_addr = next_test_ip4();
|
||||
let result = TcpStream::connect_timeout(&socket_addr, Duration::MAX);
|
||||
|
Loading…
Reference in New Issue
Block a user