From 7c808170f5bf27b2d4a83ae5934b5e231bb5c1bc Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Sat, 12 Dec 2020 10:37:31 -0800 Subject: [PATCH] test: remove test-http2-client-upload as flaky MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The test has not failed in quite some time (as far as I can tell) on CI. Optimistically removing it. Refs: https://github.com/nodejs/node/pull/29889 PR-URL: https://github.com/nodejs/node/pull/36496 Reviewed-By: Gerhard Stöbich Reviewed-By: Michaël Zasso Reviewed-By: Luigi Pinca --- test/parallel/parallel.status | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index 9d1898361b7692..6639b5ca1a23d8 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -8,8 +8,6 @@ prefix parallel [$system==win32] # https://github.com/nodejs/node/issues/20750 -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/30847 test-http2-compat-client-upload-reject: PASS,FLAKY