From 67fde45bddc94835cb5543afe8ea7e11e6252cdd Mon Sep 17 00:00:00 2001 From: Luigi Pinca Date: Sun, 7 Aug 2022 14:26:50 +0200 Subject: [PATCH] test: remove test-http-client-response-timeout flaky designation The issue was fixed by https://github.com/nodejs/node/pull/43890. Fixes: https://github.com/nodejs/node/issues/43680 PR-URL: https://github.com/nodejs/node/pull/44145 Reviewed-By: Santiago Gimeno Reviewed-By: theanarkh --- test/parallel/parallel.status | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index 3896bb3a41df31..9b2facf034be81 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -25,8 +25,6 @@ test-domain-error-types: PASS,FLAKY [$system==macos] # https://github.com/nodejs/node/issues/43465 test-http-server-request-timeouts-mixed: PASS,FLAKY -# https://github.com/nodejs/node/issues/43680 -test-http-client-response-timeout: PASS,FLAKY [$arch==arm || $arch==arm64] # https://github.com/nodejs/node/pull/31178