We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7112d06 commit 9587c7eCopy full SHA for 9587c7e
std/tests/thread.rs
@@ -19,6 +19,7 @@ fn sleep_very_long() {
19
}
20
21
#[test]
22
+#[cfg_attr(target_env = "sgx", ignore = "Time within SGX enclave cannot be trusted")]
23
fn sleep_until() {
24
let now = Instant::now();
25
let period = Duration::from_millis(100);
0 commit comments