From 5e2848d44ff172630256067943b137bf8644b760 Mon Sep 17 00:00:00 2001 From: AshCripps Date: Wed, 6 Nov 2019 15:20:50 +0000 Subject: [PATCH] test: mark test-http-dump-req-when-res-ends as flaky on windows MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/30316 Reviewed-By: Colin Ihrig Reviewed-By: Sam Roberts Reviewed-By: Beth Griggs Reviewed-By: Michaƫl Zasso Reviewed-By: Trivikram Kamat --- test/parallel/parallel.status | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index 444cf8d1154c92..3cb5065c82b51f 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -19,6 +19,8 @@ test-worker-memory: PASS,FLAKY test-http2-client-upload: PASS,FLAKY # https://github.com/nodejs/node/issues/20750 test-http2-client-upload-reject: PASS,FLAKY +# https://github.com/nodejs/node/issues/30011 +test-http-dump-req-when-res-ends: PASS,FLAKY [$system==linux]