about summary refs log tree commit diff
path: root/library/alloc/tests/sync.rs
diff options
context:
space:
mode:
Diffstat (limited to 'library/alloc/tests/sync.rs')
-rw-r--r--library/alloc/tests/sync.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/library/alloc/tests/sync.rs b/library/alloc/tests/sync.rs
index 7a9a4abfdc6..6d3ab1b1d11 100644
--- a/library/alloc/tests/sync.rs
+++ b/library/alloc/tests/sync.rs
@@ -128,6 +128,7 @@ fn try_unwrap() {
 }
 
 #[test]
+#[cfg_attr(any(target_os = "emscripten", target_os = "wasi"), ignore)] // no threads
 fn into_inner() {
     for _ in 0..100
     // ^ Increase chances of hitting potential race conditions