From 3b80a6894c99f26d71f0948e8dd9248914e7f008 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