From 3a54d739b4640abf9bfb088d8a961a7b352121f8 Mon Sep 17 00:00:00 2001 From: AshCripps Date: Thu, 20 Feb 2020 11:42:12 +0000 Subject: [PATCH] test: mark test-http2-client-upload as flaky on 10.x This test is already marked as flaky on 12.x and master --- test/parallel/parallel.status | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index 383f232d5273a5..c96f22445be9bd 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -11,6 +11,8 @@ test-net-connect-options-port: PASS,FLAKY test-trace-events-api-worker-disabled: PASS,FLAKY [$system==win32] +# https://github.com/nodejs/node/issues/20750 +test-http2-client-upload: PASS,FLAKY test-http2-pipe: PASS,FLAKY test-worker-syntax-error: PASS,FLAKY test-worker-syntax-error-file: PASS,FLAKY