From 179e2931037f48dcd8f4c90b81576a2f0afc9be8 Mon Sep 17 00:00:00 2001 From: Luigi Pinca Date: Sat, 30 Sep 2023 17:43:14 +0200 Subject: [PATCH] Revert "test: mark test-runner-output as flaky" This reverts commit 717e233cd95602f79256c5b70c49703fa699174b. Refs: https://github.com/nodejs/node/commit/fef7927cc3a7 PR-URL: https://github.com/nodejs/node/pull/49905 Reviewed-By: Colin Ihrig Reviewed-By: Moshe Atlow Reviewed-By: Michael Dawson --- test/parallel/parallel.status | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index fe8ddee7cbf05e..6f4b9de73778b2 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/49853 -test-runner-output: PASS,FLAKY [$system==win32] # https://github.com/nodejs/node/issues/41206