From 2f2f83fc4c475652aebeca274dbe82626830dc49 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Sat, 20 Feb 2021 15:49:04 -0800 Subject: [PATCH] test: remove FLAKY designation for test-http2-client-upload-reject MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The test hasn't failed in a long time as far as I can tell. The issue may have been fixed by various event updates/changes to http2 and related systems. PR-URL: https://github.com/nodejs/node/pull/37461 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 44888f2e92a7fd..3a5d4ddc14f557 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/20750 -test-http2-client-upload-reject: PASS,FLAKY # https://github.com/nodejs/node/issues/30847 test-http2-compat-client-upload-reject: PASS,FLAKY # https://github.com/nodejs/node/issues/30845