From 2e1171bcdfbf74e6b0505b0498268eb1820c6813 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Sat, 12 Nov 2022 09:10:20 -0800 Subject: [PATCH] test: remove flaky designation for test-worker-http2-stream-terminate Closes: https://github.com/nodejs/node/issues/43084 --- 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