about summary refs log tree commit diff
path: root/compiler/rustc_thread_pool/src/join/tests.rs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/rustc_thread_pool/src/join/tests.rs')
-rw-r--r--compiler/rustc_thread_pool/src/join/tests.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_thread_pool/src/join/tests.rs b/compiler/rustc_thread_pool/src/join/tests.rs
index 9df99072c3a..ec196632f75 100644
--- a/compiler/rustc_thread_pool/src/join/tests.rs
+++ b/compiler/rustc_thread_pool/src/join/tests.rs
@@ -97,6 +97,7 @@ fn join_context_both() {
 }
 
 #[test]
+#[ignore]
 #[cfg_attr(any(target_os = "emscripten", target_family = "wasm"), ignore)]
 fn join_context_neither() {
     // If we're already in a 1-thread pool, neither job should be stolen.