aboutsummaryrefslogtreecommitdiff
path: root/tests/process_smoke.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/process_smoke.rs')
-rw-r--r--tests/process_smoke.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/process_smoke.rs b/tests/process_smoke.rs
index fae5793..81d2020 100644
--- a/tests/process_smoke.rs
+++ b/tests/process_smoke.rs
@@ -1,5 +1,5 @@
#![warn(rust_2018_idioms)]
-#![cfg(feature = "full")]
+#![cfg(all(feature = "full", not(tokio_wasi)))] // Wasi cannot run system commands
use tokio::process::Command;
use tokio_test::assert_ok;