From b8f6d84ff5893b1274d658da22bc4067c2fb93fa Mon Sep 17 00:00:00 2001 From: Joyee Cheung Date: Thu, 9 Jan 2025 16:31:01 +0100 Subject: [PATCH] test: mark test-http-server-request-timeouts-mixed as flaky This has been flaking the CI for more than 2 years with various attempts to fix without success. It has still been flaking the CI (failed 19 out of 100 recent testing CI runs). It's time to mark it as flaky. PR-URL: https://github.com/nodejs/node/pull/56503 Refs: https://github.com/nodejs/node/issues/43465 Reviewed-By: Richard Lau Reviewed-By: James M Snell Reviewed-By: Luigi Pinca Reviewed-By: Jake Yuesong Li --- test/sequential/sequential.status | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/sequential/sequential.status b/test/sequential/sequential.status index 67f17fec1102f0..423499c9e4ac75 100644 --- a/test/sequential/sequential.status +++ b/test/sequential/sequential.status @@ -28,6 +28,9 @@ test-http-server-request-timeouts-mixed: PASS, FLAKY # https://github.com/nodejs/node/issues/54816 test-single-executable-application-empty: PASS, FLAKY +# https://github.com/nodejs/node/issues/43465 +test-http-server-request-timeouts-mixed: PASS, FLAKY + [$system==solaris] # Also applies to SmartOS [$system==freebsd]