diff options
Diffstat (limited to 'cli/tests')
-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 a09b331d8..88527655c 100644 --- a/cli/tests/integration_tests.rs +++ b/cli/tests/integration_tests.rs @@ -5254,6 +5254,7 @@ console.log("finish"); } #[test] + #[ignore] #[cfg(windows)] // https://github.com/denoland/deno/issues/9667 fn compile_windows_ext() { |