From 9f2d3c291b954fd6dab7dd8f80323b5dbc701579 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