From a9ecba2fa888e8ad8b5f09a3847a14dd3dc29716 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20Nie=C3=9Fen?= Date: Tue, 12 Jul 2022 21:45:47 +0200 Subject: [PATCH] test: mark test-http-client-response-timeout flaky Refs: https://github.com/nodejs/node/issues/43680 PR-URL: https://github.com/nodejs/node/pull/43792 Reviewed-By: Luigi Pinca Reviewed-By: Beth Griggs --- test/parallel/parallel.status | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index 2f30853e3f5d6a..911787a091b5e3 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -28,6 +28,8 @@ 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