Skip to content

Commit 491350c

Browse files
committed
Ignore close_read_wakes_up test on SGX platform
1 parent 163c207 commit 491350c

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
@@ -508,6 +508,7 @@ fn close_readwrite_smoke() {
508508
}
509509

510510
#[test]
511+
#[cfg_attr(target_env = "sgx", ignore)]
511512
fn close_read_wakes_up() {
512513
each_ip(&mut |addr| {
513514
let a = t!(TcpListener::bind(&addr));

0 commit comments

Comments
 (0)