Ignore close_read_wakes_up test on SGX platform

This commit is contained in:
Raoul Strackx 2022-03-09 12:28:02 +01:00
parent 163c207fc2
commit 491350ce75

View File

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