From 74bb0d55ea1dd7b2d94de18db879f38d83195a1c Mon Sep 17 00:00:00 2001 From: Darshan Sen Date: Tue, 14 Jun 2022 19:47:25 +0530 Subject: [PATCH] test: mark test-worker-http2-stream-terminate flaky on Windows 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 --- test/parallel/parallel.status | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index 98511b1c6d7f69..8758dad05850a8 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