From fac08711022d0a5ce778bc7b0db0d5e810e38c9f Mon Sep 17 00:00:00 2001 From: Michael Dawson 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 PR-URL: https://github.com/nodejs/node/pull/41253 Reviewed-By: Colin Ihrig Reviewed-By: James M Snell --- test/pummel/pummel.status | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/pummel/pummel.status b/test/pummel/pummel.status index 78ea147f03ac14..f3c1fd865ec0f7 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