From f6fcd200e6d4bcc9ad8b00b2d857a78462ecd8c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Zasso?= Date: Thu, 25 Jan 2024 12:59:53 +0100 Subject: [PATCH] test: mark test-http2-large-file as flaky Refs: https://github.com/nodejs/node/issues/47409 PR-URL: https://github.com/nodejs/node/pull/51549 Reviewed-By: Richard Lau Reviewed-By: Luigi Pinca Reviewed-By: Yagiz Nizipli --- test/sequential/sequential.status | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/sequential/sequential.status b/test/sequential/sequential.status index c8c9428e7df3e6..1549463cec3282 100644 --- a/test/sequential/sequential.status +++ b/test/sequential/sequential.status @@ -10,6 +10,8 @@ test-cpu-prof-dir-worker: PASS, FLAKY # https://github.com/nodejs/node/issues/44898 test-watch-mode: PASS, FLAKY test-watch-mode-inspect: PASS, FLAKY +# https://github.com/nodejs/node/issues/47409 +test-http2-large-file: PASS, FLAKY [$system==win32] # https://github.com/nodejs/node/issues/47116