From b3313bf03f274c8676a41619cb84ecc608588f9f Mon Sep 17 00:00:00 2001 From: Yagiz Nizipli Date: Wed, 18 Oct 2023 14:13:04 -0400 Subject: [PATCH] test: set parallel http server test as flaky MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Ref: https://github.com/nodejs/node/issues/43465 PR-URL: https://github.com/nodejs/node/pull/50227 Refs: https://github.com/nodejs/node/issues/43465 Reviewed-By: Richard Lau Reviewed-By: Vinícius Lourenço Claro Cardoso Reviewed-By: Marco Ippolito Reviewed-By: Filip Skokan --- test/parallel/parallel.status | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index a0ff5d69361cb5..0489fba1e513fa 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -26,6 +26,8 @@ test-worker-nearheaplimit-deadlock: PASS, FLAKY test-domain-error-types: PASS,FLAKY # https://github.com/nodejs/node/issues/47420 test-file-write-stream4: PASS,FLAKY +# https://github.com/nodejs/node/issues/43465 +test-http-server-request-timeouts-mixed: PASS, FLAKY [$system==linux || $system==win32] # https://github.com/nodejs/node/issues/49605