Skip to content

Commit

Permalink
tests(cli): ignore previously unignored test (denoland#14104)
Browse files Browse the repository at this point in the history
  • Loading branch information
kitsonk committed Mar 24, 2022
1 parent f580134 commit c755548
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cli/tests/integration/compile_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ fn compile() {
assert_eq!(output.stdout, "Welcome to Deno!\n".as_bytes());
}

// this is ignored, because when building on a release build, the test attempts
// to download a binary of a yet to be published version.
// TODO(@kitsonk) https://github.com/denoland/deno/issues/14103
#[ignore]
#[test]
#[cfg(windows)]
// https://github.com/denoland/deno/issues/9667
Expand Down

0 comments on commit c755548

Please sign in to comment.