From 9e4b445af0a884192e70068cf81d0df3df42169b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Sch=C3=BCtt?= Date: Mon, 24 Oct 2022 23:40:01 +0200 Subject: [PATCH] Disable test_wasmer_run_works on musl due to failing network access --- tests/integration/cli/tests/run.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/integration/cli/tests/run.rs b/tests/integration/cli/tests/run.rs index b4d2615a64d..140f13b8b7a 100644 --- a/tests/integration/cli/tests/run.rs +++ b/tests/integration/cli/tests/run.rs @@ -101,6 +101,7 @@ fn test_wasmer_run_works_with_dir() -> anyhow::Result<()> { Ok(()) } +#[cfg(not(target_env = "musl"))] #[test] fn test_wasmer_run_works() -> anyhow::Result<()> { let output = Command::new(get_wasmer_path())