diff --git a/fusio/src/lib.rs b/fusio/src/lib.rs index 902785f..a4fd45d 100644 --- a/fusio/src/lib.rs +++ b/fusio/src/lib.rs @@ -395,6 +395,7 @@ mod tests { Ok(()) } + #[cfg(not(target_arch = "wasm32"))] #[allow(unused)] async fn test_local_fs_copy_link(src_fs: F) -> Result<(), Error> { use std::collections::HashSet;