From bcc4f1773c55d3b311c78053d1f6f80a10987969 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Sat, 20 Feb 2021 15:53:10 -0800 Subject: [PATCH] test: remove FLAKY for test-http2-compat-client-upload-reject MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit As far as I know, this test hasn't failed since around the time it was first reported in 2019. Closes: https://github.com/nodejs/node/issues/30847 PR-URL: https://github.com/nodejs/node/pull/37462 Fixes: https://github.com/nodejs/node/issues/30847 Reviewed-By: Michaƫl Zasso Reviewed-By: Luigi Pinca Reviewed-By: Michael Dawson Reviewed-By: James M Snell --- test/parallel/parallel.status | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index 3a5d4ddc14f557..e0b6daa5dc56b5 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -7,8 +7,6 @@ prefix parallel [true] # This section applies to all platforms [$system==win32] -# https://github.com/nodejs/node/issues/30847 -test-http2-compat-client-upload-reject: PASS,FLAKY # https://github.com/nodejs/node/issues/30845 test-http2-multistream-destroy-on-read-tls: PASS,FLAKY # https://github.com/nodejs/node/issues/20750