Skip to content

Commit 30e1c1a

Browse files
Ignore connect_timeout unit test on SGX platform
Co-authored-by: Chris Denton <[email protected]>
1 parent f65b5d0 commit 30e1c1a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

library/std/src/net/tcp/tests.rs

+1
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ fn connect_timeout_to_unreachable_address() {
5858
}
5959

6060
#[test]
61+
#[cfg_attr(target_env = "sgx", ignore)] // FIXME: https://github.com/fortanix/rust-sgx/issues/31
6162
fn connect_timeout_error() {
6263
let socket_addr = next_test_ip4();
6364
let result = TcpStream::connect_timeout(&socket_addr, Duration::MAX);

0 commit comments

Comments
 (0)