ignore a ln wasm test

This commit is contained in:
Sylvestre Ledru
2026-06-07 14:36:17 +02:00
committed by Daniel Hofstetter
parent 8a107b644b
commit 89980ad700
+4
View File
@@ -380,6 +380,10 @@ fn test_symlink_target_dir() {
#[test] #[test]
#[cfg(target_os = "linux")] #[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() { fn test_symlink_target_dir_non_utf8_source_name() {
use std::ffi::OsStr; use std::ffi::OsStr;
use std::fs; use std::fs;