From b1a77988215b6ae1e41a5d0029edd8a2e6a75407 Mon Sep 17 00:00:00 2001 From: Filip Skokan Date: Sun, 19 Jun 2022 11:02:50 +0200 Subject: [PATCH] test: skip test-net-connect-reset-until-connected on SmartOS Refs: #43446 PR-URL: https://github.com/nodejs/node/pull/43449 Refs: https://github.com/nodejs/node/issues/43446 Reviewed-By: Luigi Pinca Reviewed-By: Antoine du Hamel --- test/parallel/parallel.status | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index 00214aad81712d..3aa8d4592d62af 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -37,6 +37,8 @@ test-crypto-keygen: SKIP test-net-socket-connect-without-cb: SKIP test-net-socket-ready-without-cb: SKIP test-tcp-wrap-listen: SKIP +# https://github.com/nodejs/node/issues/43446 +test-net-connect-reset-until-connected: PASS, FLAKY [$system==freebsd] # https://github.com/nodejs/node/issues/31727