From 4e4581049e4bfe38281db0a8991c5929f4ad2fa4 Mon Sep 17 00:00:00 2001 From: F3n67u Date: Wed, 29 Jun 2022 13:31:29 +0800 Subject: [PATCH] test: mark test-net-connect-reset-until-connected flaky on freebsd --- test/parallel/parallel.status | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index ab9dca78f0513c..8cc9d623bbd9b9 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