Skip to content

Commit

Permalink
Ignore close_read_wakes_up test on SGX platform
Browse files Browse the repository at this point in the history
  • Loading branch information
raoulstrackx committed Mar 9, 2022
1 parent 163c207 commit 491350c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions library/std/src/net/tcp/tests.rs
Expand Up @@ -508,6 +508,7 @@ fn close_readwrite_smoke() {
}

#[test]
#[cfg_attr(target_env = "sgx", ignore)]
fn close_read_wakes_up() {
each_ip(&mut |addr| {
let a = t!(TcpListener::bind(&addr));
Expand Down

0 comments on commit 491350c

Please sign in to comment.