summaryrefslogtreecommitdiff
path: root/tests/integration/mod.rs
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2024-08-28 20:37:54 +0100
committerGitHub <noreply@github.com>2024-08-28 19:37:54 +0000
commit231bdc0aa0c08914735001f5e1261e1808d68190 (patch)
tree89f2e8c584d1627a842da7d09eb9d8b70cedcc8e /tests/integration/mod.rs
parent64037b1f027ac977a0f227669d367cf2e1c71791 (diff)
test: Don't run unit tests with and without `DENO_FUTURE=1` (#25273)
This is still flaky and won't be needed anyway once https://github.com/denoland/deno/pull/25213 lands.
Diffstat (limited to 'tests/integration/mod.rs')
-rw-r--r--tests/integration/mod.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/integration/mod.rs b/tests/integration/mod.rs
index cfde985d4..d35fabc02 100644
--- a/tests/integration/mod.rs
+++ b/tests/integration/mod.rs
@@ -37,8 +37,6 @@ mod inspector;
mod install;
#[path = "js_unit_tests.rs"]
mod js_unit_tests;
-#[path = "js_unit_tests_future.rs"]
-mod js_unit_tests_future;
#[path = "jsr_tests.rs"]
mod jsr;
#[path = "jupyter_tests.rs"]