From d9571cb727a12c7f8efb694a9a6400c7bcbf2c4e Mon Sep 17 00:00:00 2001 From: Darshan Sen Date: Sat, 18 Jun 2022 06:19:44 +0530 Subject: [PATCH] test: mark test-worker-http2-stream-terminate flaky on Windows MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The test is causing a lot of CI failures, so I'd say that we should mark this test flaky until someone comes up with a proper fix. Refs: https://github.com/nodejs/node/issues/43084 Signed-off-by: Darshan Sen PR-URL: https://github.com/nodejs/node/pull/43425 Reviewed-By: James M Snell Reviewed-By: Tobias Nießen --- test/parallel/parallel.status | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index 403752346856cd..c4b651510178a0 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -15,6 +15,8 @@ test-timers-immediate-queue: PASS,FLAKY test-crypto-keygen: PASS,FLAKY # https://github.com/nodejs/node/issues/41201 test-fs-rmdir-recursive: PASS, FLAKY +# https://github.com/nodejs/node/issues/43084 +test-worker-http2-stream-terminate: PASS, FLAKY [$system==linux] # https://github.com/nodejs/node/issues/39368