From 381fb98061552535e0bc1ea0d039e4ee3ae467c1 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Sat, 6 Mar 2021 05:50:32 -0800 Subject: [PATCH] test: clear FLAKY designation for test-http2-pipe MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It hasn't failed in a long time. Refs: 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 6e545a6fff54e6..cddd7e2c8b0eca 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-pipe: PASS,FLAKY -# 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