From 80098e605c1d535e495438210c661c3e69a24535 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 4ca61c8642cae0..0d96eec5d7c6cb 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