From d5ff50d2a797284e218c4f4ad69700990b989815 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Sat, 6 Mar 2021 05:51:16 -0800 Subject: [PATCH] test: clear flaky designation for test-stream-pipeline-http2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It hasn't failed for a long time. Closes: https://github.com/nodejs/node/issues/20750 PR-URL: https://github.com/nodejs/node/pull/37631 Fixes: https://github.com/nodejs/node/issues/20750 Reviewed-By: Michaƫl Zasso Reviewed-By: Ruy Adorno --- test/parallel/parallel.status | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index cddd7e2c8b0eca..2807fd929c8700 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-stream-pipeline-http2: PASS,FLAKY # https://github.com/nodejs/node/issues/24497 test-timers-immediate-queue: PASS,FLAKY # https://github.com/nodejs/node/issues/23277