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 --- tests/integration/node_unit_tests.rs | 9 --------- 1 file changed, 9 deletions(-) (limited to 'tests/integration/node_unit_tests.rs') diff --git a/tests/integration/node_unit_tests.rs b/tests/integration/node_unit_tests.rs index a034897ef..b067f3121 100644 --- a/tests/integration/node_unit_tests.rs +++ b/tests/integration/node_unit_tests.rs @@ -202,12 +202,3 @@ itest!(unhandled_rejection_web_process { envs: env_vars_for_npm_tests(), http_server: true, }); - -// Ensure that Web `onrejectionhandled` is fired before -// Node's `process.on('rejectionHandled')`. -itest!(rejection_handled_web_process { - args: "run -A --quiet node/rejection_handled_web_process.ts", - output: "node/rejection_handled_web_process.ts.out", - envs: env_vars_for_npm_tests(), - http_server: true, -}); -- cgit v1.2.3