mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-16 13:05:18 +03:00
06944d9e49
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``