Skip to content

Commit

Permalink
Remove a redundant #[ignore] on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael-F-Bryan committed May 31, 2023
1 parent 0baacfe commit 647ca86
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/integration/cli/tests/run.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ fn test_no_start_wat_path() -> PathBuf {
/// https://github.com/wasmerio/wasmer/issues/3535
// FIXME: Re-enable. See https://github.com/wasmerio/wasmer/issues/3717
#[ignore]
#[cfg_attr(target_os = "windows", ignore)]
#[test]
fn test_run_customlambda() {
let assert = Command::new(get_wasmer_path())
Expand Down

0 comments on commit 647ca86

Please sign in to comment.