From 74e294c8c1873db447af0f02229470f8d78fffdd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Tue, 24 Sep 2024 02:33:03 +0100 Subject: refactor: reenable more tests after DENO_FUTURE migration (#25752) Rewrites and reenables following tests: - `task::task_both_package_json_selected` --- tests/integration/task_tests.rs | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'tests/integration') diff --git a/tests/integration/task_tests.rs b/tests/integration/task_tests.rs index 895e643a0..d198a3be6 100644 --- a/tests/integration/task_tests.rs +++ b/tests/integration/task_tests.rs @@ -31,17 +31,6 @@ // http_server: true, // }); -// TODO(2.0): not entirely clear what's wrong with this test -// itest!(task_both_package_json_selected { -// args: "task bin asdf", -// cwd: Some("task/both/"), -// output: "task/both/package_json_selected.out", -// copy_temp_dir: Some("task/both/"), -// envs: env_vars_for_npm_tests(), -// exit_code: 0, -// http_server: true, -// }); - // TODO(2.0): not entirely clear what's wrong with this test but it hangs for more than 60s // itest!(task_npx_on_own { // args: "task on-own", -- cgit v1.2.3