From 087fc8dddfb6a97e4dcbb8018bd911137f6b3534 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 9b2facf034be81..3896bb3a41df31 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -25,6 +25,8 @@ 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