From 1f6562054346d0d782f733f0c9e56dd0c3a59ad1 Mon Sep 17 00:00:00 2001 From: Michael Dawson Date: Mon, 24 Jan 2022 16:47:28 -0500 Subject: [PATCH] test: make worker-take-heapsnapshot non-flaky Recent V8 upgrade seems to have made this pass reliably now. Remove flaky entry Refs: https://github.com/nodejs/node/issues/41204 Signed-off-by: Michael Dawson PR-URL: https://github.com/nodejs/node/pull/41684 Reviewed-By: Richard Lau Reviewed-By: Benjamin Gruenbaum Reviewed-By: Rich Trott Reviewed-By: Luigi Pinca Reviewed-By: Darshan Sen Reviewed-By: James M Snell --- test/pummel/pummel.status | 4 ---- 1 file changed, 4 deletions(-) diff --git a/test/pummel/pummel.status b/test/pummel/pummel.status index f3c1fd865ec0f7..78ea147f03ac14 100644 --- a/test/pummel/pummel.status +++ b/test/pummel/pummel.status @@ -16,10 +16,6 @@ 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