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 0f35336 commit 3a993a6Copy full SHA for 3a993a6
library/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