From 89402f75a5200f8288e4d3ede9fb0faac0a111b5 Mon Sep 17 00:00:00 2001 From: Yagiz Nizipli Date: Wed, 18 Oct 2023 10:50:27 -0400 Subject: [PATCH] test: set `test-emit-after-on-destroyed` as flaky Ref: https://github.com/nodejs/node/issues/50245 --- 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