summaryrefslogtreecommitdiffstats
path: root/vendor/rayon-core/tests/init_zero_threads.rs
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/rayon-core/tests/init_zero_threads.rs')
-rw-r--r--vendor/rayon-core/tests/init_zero_threads.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/vendor/rayon-core/tests/init_zero_threads.rs b/vendor/rayon-core/tests/init_zero_threads.rs
index ebd73c585..3c1ad251c 100644
--- a/vendor/rayon-core/tests/init_zero_threads.rs
+++ b/vendor/rayon-core/tests/init_zero_threads.rs
@@ -1,6 +1,7 @@
use rayon_core::ThreadPoolBuilder;
#[test]
+#[cfg_attr(any(target_os = "emscripten", target_family = "wasm"), ignore)]
fn init_zero_threads() {
ThreadPoolBuilder::new()
.num_threads(0)