From b6c74aab240430fa70c057be825ce766d2314e02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Fri, 16 Aug 2024 00:30:06 +0100 Subject: Revert "test: run unit tests with DENO_FUTURE=1 (#24400)" (#25060) This reverts commit 22a834ff5b4b312b8f91be8991f2b495d49fad2f. Appears this commit might have broken tests on `main`. --- tests/integration/mod.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'tests/integration/mod.rs') 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"] -- cgit v1.2.3