summaryrefslogtreecommitdiff
path: root/tests/unit/command_test.ts
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/command_test.ts')
-rw-r--r--tests/unit/command_test.ts2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/unit/command_test.ts b/tests/unit/command_test.ts
index 770a568c4..dd8352547 100644
--- a/tests/unit/command_test.ts
+++ b/tests/unit/command_test.ts
@@ -269,8 +269,6 @@ Deno.test(
Deno.test(
{ permissions: { run: true, read: true } },
- // deno lint bug, see https://github.com/denoland/deno_lint/issues/1206
- // deno-lint-ignore require-await
async function childProcessExplicitResourceManagement() {
let dead = undefined;
{