From 294f0ef4df81d6282bb0f0b0d77a2d60ba756cfe Mon Sep 17 00:00:00 2001 From: Feng Yu Date: Tue, 12 Jul 2022 11:11:25 +0800 Subject: [PATCH] test: mark test-net-connect-reset-until-connected flaky on freebsd PR-URL: https://github.com/nodejs/node/pull/43613 Reviewed-By: Luigi Pinca --- test/parallel/parallel.status | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index f7593a867fb608..2f30853e3f5d6a 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -60,6 +60,8 @@ test-domain-with-abort-on-uncaught-exception: PASS, FLAKY test-fs-stat-bigint: PASS,FLAKY # https://github.com/nodejs/node/issues/31280 test-worker-message-port-message-before-close: PASS,FLAKY +# https://github.com/nodejs/node/issues/43446 +test-net-connect-reset-until-connected: PASS, FLAKY [$system==aix] # https://github.com/nodejs/node/pull/43054