From c45b7ec1924c907ce620f19c4d7940ecd65da203 Mon Sep 17 00:00:00 2001 From: Yagiz Nizipli Date: Fri, 6 Sep 2024 13:08:49 -0400 Subject: [PATCH] test: set `test-http-server-request-timeouts-mixed` as flaky PR-URL: https://github.com/nodejs/node/pull/54802 Reviewed-By: James M Snell Reviewed-By: Matthew Aitken Reviewed-By: Michael Dawson --- test/sequential/sequential.status | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/sequential/sequential.status b/test/sequential/sequential.status index e89cde0612a..a539649d553 100644 --- a/test/sequential/sequential.status +++ b/test/sequential/sequential.status @@ -23,6 +23,8 @@ test-single-executable-application-snapshot-and-code-cache: PASS, FLAKY test-http2-large-file: PASS, FLAKY [$system==linux] +# https://github.com/nodejs/node/issues/54817 +test-http-server-request-timeouts-mixed: PASS, FLAKY [$system==macos] # https://github.com/nodejs/node/issues/54816