From b06780801c7fe338aca6f8dfc299ebee45c65932 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Fri, 18 Feb 2022 21:13:22 -0800 Subject: [PATCH] test: remove test-stdout-close-catch flaky designation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The corresponding issue was closed 3 months ago and it has apparently been a long time since the failure has been seen in CI. Refs: https://github.com/nodejs/node/issues/28803 PR-URL: https://github.com/nodejs/node/pull/42045 Reviewed-By: Mestery Reviewed-By: Benjamin Gruenbaum Reviewed-By: Luigi Pinca Reviewed-By: Tobias Nießen Reviewed-By: James M Snell --- test/parallel/parallel.status | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index ea45f9396a4074..403752346856cd 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -32,8 +32,6 @@ test-crypto-keygen: SKIP [$system==freebsd] # https://github.com/nodejs/node/issues/31727 test-fs-stat-bigint: PASS,FLAKY -# https://github.com/nodejs/node/issues/28803 -test-stdout-close-catch: PASS,FLAKY # https://github.com/nodejs/node/issues/31280 test-worker-message-port-message-before-close: PASS,FLAKY