From 491f75d88dfc7d282676d2602f888bd5380c73cf 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 --- 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