From 5cc540078ede2afe434be79663c00ece8c40f47c Mon Sep 17 00:00:00 2001 From: Abdirahim Musse <33973272+abmusse@users.noreply.github.com> Date: Fri, 8 Mar 2024 23:40:23 +0000 Subject: [PATCH] test: un-set test-emit-after-on-destroyed as flaky I tested running the test case 100k times on the AIX ci machine and was unable to re-produce the error. Also it has not showed up recently as flaky on the ci. I suggest we mark this as un-flaky. ref: https://github.com/nodejs/node/issues/50245#issuecomment-1924738357 PR-URL: https://github.com/nodejs/node/pull/51995 Reviewed-By: Richard Lau Reviewed-By: Michael Dawson Reviewed-By: Luigi Pinca --- test/async-hooks/async-hooks.status | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/async-hooks/async-hooks.status b/test/async-hooks/async-hooks.status index dbcb29baed84a0..673883e4fe3d4d 100644 --- a/test/async-hooks/async-hooks.status +++ b/test/async-hooks/async-hooks.status @@ -21,5 +21,3 @@ test-callback-error: PASS, FLAKY [$system==freebsd] [$system==aix] -# https://github.com/nodejs/node/issues/50245 -test-emit-after-on-destroyed: PASS, FLAKY