From ab5985d0e97061a8842cc1a85aba2b29a7e426c0 Mon Sep 17 00:00:00 2001 From: Yagiz Nizipli Date: Fri, 20 Oct 2023 11:36:06 -0400 Subject: [PATCH] test: set `test-emit-after-on-destroyed` as flaky Ref: https://github.com/nodejs/node/issues/50245 PR-URL: https://github.com/nodejs/node/pull/50246 Refs: https://github.com/nodejs/node/issues/50245 Reviewed-By: Filip Skokan Reviewed-By: Geoffrey Booth Reviewed-By: Michael Dawson --- 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