From bec91782e68f96f63972aeb0f0f84e293d51637f Mon Sep 17 00:00:00 2001 From: Michael-F-Bryan Date: Tue, 30 May 2023 22:47:01 +0800 Subject: [PATCH] We can fix this broken test in #3929 --- tests/integration/cli/tests/run_unstable.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/integration/cli/tests/run_unstable.rs b/tests/integration/cli/tests/run_unstable.rs index cabb3b86e73..e647fe6c5e1 100644 --- a/tests/integration/cli/tests/run_unstable.rs +++ b/tests/integration/cli/tests/run_unstable.rs @@ -251,6 +251,7 @@ mod webc_on_disk { all(target_env = "musl", target_os = "linux"), ignore = "wasmer run-unstable segfaults on musl" )] + #[cfg_attr(windows, ignore = "FIXME(Michael-F-Bryan): Temporarily broken on Windows - https://github.com/wasmerio/wasmer/issues/3929")] fn merged_filesystem_contains_all_files() { let assert = wasmer_run_unstable() .arg(fixtures::bash())