From b0458a88b4cada0b65d1e66f478ce1efcbca155a Mon Sep 17 00:00:00 2001 From: Yagiz Nizipli Date: Fri, 6 Sep 2024 11:00:34 -0400 Subject: [PATCH] test: set `test-http2-large-file` 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 ccab879b6e5fcd..2ad50d313d4086 100644 --- a/test/sequential/sequential.status +++ b/test/sequential/sequential.status @@ -19,6 +19,8 @@ test-http-max-sockets: PASS, FLAKY # https://github.com/nodejs/node/issues/49630 test-single-executable-application-snapshot: PASS, FLAKY test-single-executable-application-snapshot-and-code-cache: PASS, FLAKY +# https://github.com/nodejs/node/issues/47409 +test-http2-large-file: PASS, FLAKY [$system==linux]