From 1a788b58a0e80c4504a0fdf5d47db41c46dc8d37 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Tue, 14 May 2024 19:51:51 -0400 Subject: chore: fix flaky rejection_handled_web_process (#23817) Closes https://github.com/denoland/deno/issues/23712 --- tools/lint.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/lint.js') diff --git a/tools/lint.js b/tools/lint.js index aa3b417cc..d4fb4e9a0 100755 --- a/tools/lint.js +++ b/tools/lint.js @@ -216,7 +216,7 @@ async function ensureNoNewITests() { // Read the comment above. Please don't increase these numbers! "lsp_tests.rs": 0, "node_compat_tests.rs": 4, - "node_unit_tests.rs": 3, + "node_unit_tests.rs": 2, "npm_tests.rs": 98, "pm_tests.rs": 0, "publish_tests.rs": 0, -- cgit v1.2.3