From 4679f52c5c42fb2cd567b0e20365d465444fce8c Mon Sep 17 00:00:00 2001 From: Stewart X Addison Date: Wed, 14 Jan 2026 11:02:19 +0000 Subject: [PATCH] test: aix: mark test-emit-on-destroyed as flaky Signed-off-by: Stewart X Addison --- test/async-hooks/async-hooks.status | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/async-hooks/async-hooks.status b/test/async-hooks/async-hooks.status index 673883e4fe3d4d..dbcb29baed84a0 100644 --- a/test/async-hooks/async-hooks.status +++ b/test/async-hooks/async-hooks.status @@ -21,3 +21,5 @@ test-callback-error: PASS, FLAKY [$system==freebsd] [$system==aix] +# https://github.com/nodejs/node/issues/50245 +test-emit-after-on-destroyed: PASS, FLAKY