Skip to content

Commit

Permalink
Removed the #[ignore] from one test because there are multiple flaky …
Browse files Browse the repository at this point in the history
…python tests (#3717)
  • Loading branch information
Michael-F-Bryan committed Apr 13, 2023
1 parent 0b86caa commit eba58df
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/integration/cli/tests/run_unstable.rs
Original file line number Diff line number Diff line change
Expand Up @@ -61,14 +61,11 @@ mod webc_on_disk {
assert.success().stdout(contains("Hello, World!"));
}

// FIXME: disabled due to failing test - must be reenabled
// See https://github.com/wasmerio/wasmer/issues/3717
#[test]
#[cfg_attr(
all(target_env = "musl", target_os = "linux"),
ignore = "wasmer run-unstable segfaults on musl"
)]
#[ignore]
fn wasi_runner_with_mounted_directories_and_webc_volumes() {
let temp = TempDir::new().unwrap();
std::fs::write(temp.path().join("main.py"), "print('Hello, World!')").unwrap();
Expand Down

0 comments on commit eba58df

Please sign in to comment.