summaryrefslogtreecommitdiff
path: root/tests/integration
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2024-09-24 02:33:03 +0100
committerGitHub <noreply@github.com>2024-09-24 03:33:03 +0200
commit74e294c8c1873db447af0f02229470f8d78fffdd (patch)
tree49a9bf57993a30fdb5eacac3901cce3c8baf00ae /tests/integration
parentd8036ab20c18572fdda26fa7398a152c734c62ed (diff)
refactor: reenable more tests after DENO_FUTURE migration (#25752)
Rewrites and reenables following tests: - `task::task_both_package_json_selected`
Diffstat (limited to 'tests/integration')
-rw-r--r--tests/integration/task_tests.rs11
1 files changed, 0 insertions, 11 deletions
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",