From f5c88286b5183a45543fb9bb69ea685f4d920d2c Mon Sep 17 00:00:00 2001 From: Joyee Cheung Date: Tue, 7 Jan 2025 16:21:21 +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. --- 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]