From 85c96e30e87a7a560ec1d3536548533a2d2f9404 Mon Sep 17 00:00:00 2001 From: Michael Dawson <mdawson@devrus.com> Date: Mon, 20 Dec 2021 09:45:22 -0500 Subject: [PATCH] test: mark test-worker-take-heapsnapshot flaky - Mark test-worker-take-heapsnapshot as flaky on arm with debug Refs: https://github.com/nodejs/node/issues/41204 Refs: https://github.com/nodejs/node/issues/41209 Signed-off-by: Michael Dawson <mdawson@devrus.com> --- test/pummel/pummel.status | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/pummel/pummel.status b/test/pummel/pummel.status index 78ea147f03ac14..0ef3e67101441b 100644 --- a/test/pummel/pummel.status +++ b/test/pummel/pummel.status @@ -16,6 +16,10 @@ test-crypto-timing-safe-equal-benchmarks: PASS,FLAKY [$system==macos] +[($arch==arm || $arch==arm64) && $mode==debug] +#https://github.com/nodejs/node/issues/41204 +test-worker-take-heapsnapshot: PASS, FLAKY + [$arch==arm || $arch==arm64] [$system==solaris] # Also applies to SmartOS