summaryrefslogtreecommitdiff
path: root/cli/tests/integration_tests.rs
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/integration_tests.rs')
-rw-r--r--cli/tests/integration_tests.rs4
1 files changed, 0 insertions, 4 deletions
diff --git a/cli/tests/integration_tests.rs b/cli/tests/integration_tests.rs
index d3e578476..dcde0d057 100644
--- a/cli/tests/integration_tests.rs
+++ b/cli/tests/integration_tests.rs
@@ -18,8 +18,6 @@ use tempfile::TempDir;
use test_util as util;
use tokio::task::LocalSet;
-// TODO(caspervonb): investiate why this fails on Windows.
-#[cfg(unix)]
#[test]
fn typecheck_declarations_ns() {
let status = util::deno_cmd()
@@ -33,8 +31,6 @@ fn typecheck_declarations_ns() {
assert!(status.success());
}
-// TODO(caspervonb): investiate why this fails on Windows.
-#[cfg(unix)]
#[test]
fn typecheck_declarations_unstable() {
let status = util::deno_cmd()