From cd4b09589a95a8e980e498cc41006644a44cbb9d Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Sat, 6 Mar 2021 05:50:32 -0800 Subject: [PATCH 1/2] 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 From f108778153eeb1cccefafa2b090e66fe4e329bde Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Sat, 6 Mar 2021 05:51:16 -0800 Subject: [PATCH 2/2] 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