From 89980ad7003e33dcde04faf0ddb0990de526c4e4 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Sun, 7 Jun 2026 11:22:15 +0200 Subject: [PATCH] ignore a ln wasm test --- tests/by-util/test_ln.rs | 4 ++++ 1 file changed, 4 insertions(+) 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;