Skip to content

Commit

Permalink
Also disabled last webc_on_disk test for testing purpose
Browse files Browse the repository at this point in the history
  • Loading branch information
ptitSeb committed Jul 5, 2023
1 parent 0021085 commit 6f51980
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/integration/cli/tests/run_unstable.rs
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,7 @@ mod webc_on_disk {
all(target_env = "musl", target_os = "linux"),
ignore = "wasmer run-unstable segfaults on musl"
)]
#[ignore = "testing"]
fn issue_3794_unable_to_mount_relative_paths() {
let temp = TempDir::new().unwrap();
std::fs::write(temp.path().join("message.txt"), b"Hello, World!").unwrap();
Expand Down

0 comments on commit 6f51980

Please sign in to comment.