aboutsummaryrefslogtreecommitdiff
path: root/tests/fs_copy.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/fs_copy.rs')
-rw-r--r--tests/fs_copy.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fs_copy.rs b/tests/fs_copy.rs
index 8d16320..04678cf 100644
--- a/tests/fs_copy.rs
+++ b/tests/fs_copy.rs
@@ -1,5 +1,5 @@
#![warn(rust_2018_idioms)]
-#![cfg(feature = "full")]
+#![cfg(all(feature = "full", not(tokio_wasi)))] // Wasi does not support file operations
use tempfile::tempdir;
use tokio::fs;