From 00a3b5f7d502b4b12cddf0561c6243820b977502 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Mon, 14 Nov 2022 09:19:48 -0800 Subject: [PATCH] test: remove flaky designation for test-worker-http2-stream-terminate Closes: https://github.com/nodejs/node/issues/43084 PR-URL: https://github.com/nodejs/node/pull/45438 Fixes: https://github.com/nodejs/node/issues/43084 Reviewed-By: Rafael Gonzaga 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 ac0ac19f14401c..2f3d912a9b7ab1 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -5,8 +5,6 @@ prefix parallel # sample-test : PASS,FLAKY [true] # This section applies to all platforms -# https://github.com/nodejs/node/issues/43084 -test-worker-http2-stream-terminate: PASS, FLAKY [$system==win32] # https://github.com/nodejs/node/issues/24497