diff --git a/tests/by-util/test_ln.rs b/tests/by-util/test_ln.rs index 8fe2f4670..cf675bdc0 100644 --- a/tests/by-util/test_ln.rs +++ b/tests/by-util/test_ln.rs @@ -380,6 +380,10 @@ fn test_symlink_target_dir() { #[test] #[cfg(target_os = "linux")] +#[cfg_attr( + wasi_runner, + ignore = "WASI: non-utf8 arguments cannot be passed through the spawned test harness" +)] fn test_symlink_target_dir_non_utf8_source_name() { use std::ffi::OsStr; use std::fs;