From 6ce394b156593b9999dbeeda0bddfa61cb1ff2de Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Fri, 18 Feb 2022 03:39:36 -0800 Subject: [PATCH] test: remove test-stdout-close-catch flaky designation 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 --- 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