From 21c94276bca3cd10beaf702653903784fde05a7e 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 bafd4e16aaf0047..3e129b6abcfb6e1 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -28,8 +28,6 @@ test-http-server-headers-timeout-keepalive: PASS,FLAKY test-http-server-request-timeout-keepalive: PASS,FLAKY # 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