From 708d932a8e06d72f8c1da0b674bffbbe48713265 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Sat, 5 Feb 2022 13:17:42 -0800 Subject: [PATCH] test: remove test-worker-memory flaky designation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Judging from https://github.com/nodejs/reliability/issues, this hasn't failed in CI since November 2021. Closes: https://github.com/nodejs/node/issues/23277 PR-URL: https://github.com/nodejs/node/pull/41867 Fixes: https://github.com/nodejs/node/issues/23277 Reviewed-By: Tobias Nießen Reviewed-By: Mestery Reviewed-By: Luigi Pinca Reviewed-By: Benjamin Gruenbaum --- test/parallel/parallel.status | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index e6520b1b5fd1c2..a3140505ab67ae 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -11,8 +11,6 @@ test-repl-sigint-nested-eval: PASS, FLAKY [$system==win32] # https://github.com/nodejs/node/issues/24497 test-timers-immediate-queue: PASS,FLAKY -# https://github.com/nodejs/node/issues/23277 -test-worker-memory: PASS,FLAKY # https://github.com/nodejs/node/issues/41206 test-crypto-keygen: PASS,FLAKY # https://github.com/nodejs/node/issues/41201