Skip to content

Commit

Permalink
Disable test_wasmer_run_works on musl due to failing network access
Browse files Browse the repository at this point in the history
  • Loading branch information
fschutt committed Oct 24, 2022
1 parent 90ab3e6 commit 9e4b445
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/integration/cli/tests/run.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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())
Expand Down

0 comments on commit 9e4b445

Please sign in to comment.