From 3d9130bc2e9a14e511114e829b1f45f0e3319809 Mon Sep 17 00:00:00 2001 From: Antoine du Hamel Date: Sat, 21 Oct 2023 17:54:28 +0200 Subject: [PATCH] Revert "test: set `test-esm-loader-resolve-type` as flaky" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 2e4bb3c017bac7c0366cf977a92271b0242d4656. PR-URL: https://github.com/nodejs/node/pull/50315 Reviewed-By: Luigi Pinca Reviewed-By: Yagiz Nizipli Reviewed-By: Filip Skokan Reviewed-By: Vinícius Lourenço Claro Cardoso --- test/es-module/es-module.status | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/es-module/es-module.status b/test/es-module/es-module.status index 97cc23ab2d1cbd..58a422dc152258 100644 --- a/test/es-module/es-module.status +++ b/test/es-module/es-module.status @@ -5,8 +5,6 @@ prefix es-module # sample-test : PASS,FLAKY [true] # This section applies to all platforms -# https://github.com/nodejs/node/issues/50040 -test-esm-loader-resolve-type: PASS, FLAKY [$system==linux || $system==freebsd] # https://github.com/nodejs/node/issues/47836