Skip to content

Commit 06944d9

Browse files
authored
Rollup merge of #94768 - fortanix:raoul/fix_close_read_wakes_up_test_sgx_platform, r=dtolnay
Ignore `close_read_wakes_up` test on SGX platform PR #94714 enabled the `close_read_wakes_up` test for all platforms. This is incorrect. This test should be ignored at least for the SGX platform. cc: ``@mzohreva`` ``@jethrogb``
2 parents 9e90f8d + 491350c commit 06944d9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: 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)