diff options
Diffstat (limited to 'cli')
-rw-r--r-- | cli/Cargo.toml | 2 | ||||
-rw-r--r-- | cli/tests/integration_tests.rs | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 1d6c9fc56..38a84d8c5 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno" -version = "1.9.2" +version = "1.10.0" license = "MIT" authors = ["the Deno authors"] edition = "2018" diff --git a/cli/tests/integration_tests.rs b/cli/tests/integration_tests.rs index 2ead500b6..fe40e243b 100644 --- a/cli/tests/integration_tests.rs +++ b/cli/tests/integration_tests.rs @@ -5583,6 +5583,7 @@ console.log("finish"); assert_eq!(output.stdout, "Welcome to Deno!\n".as_bytes()); } + #[ignore] #[test] #[cfg(windows)] // https://github.com/denoland/deno/issues/9667 |