diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2021-05-12 02:06:07 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-12 02:06:07 +0200 |
commit | 57927781ed7eb8bb088d656768dc295716407c7a (patch) | |
tree | 015c708e1c2ad77796a6508998bd440135143135 /cli/tests/integration_tests.rs | |
parent | de706961dc4c3eca0cb27155089642336348c910 (diff) |
v1.10.0
Diffstat (limited to 'cli/tests/integration_tests.rs')
-rw-r--r-- | cli/tests/integration_tests.rs | 1 |
1 files changed, 1 insertions, 0 deletions
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 |