From 2e4bb3c017bac7c0366cf977a92271b0242d4656 Mon Sep 17 00:00:00 2001 From: Yagiz Nizipli Date: Wed, 18 Oct 2023 20:15:28 -0400 Subject: [PATCH] test: set `test-esm-loader-resolve-type` as flaky Ref: https://github.com/nodejs/node/issues/50040 PR-URL: https://github.com/nodejs/node/pull/50226 Refs: https://github.com/nodejs/node/issues/50040 Reviewed-By: Filip Skokan Reviewed-By: Geoffrey Booth --- test/es-module/es-module.status | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/es-module/es-module.status b/test/es-module/es-module.status index 58a422dc152258..97cc23ab2d1cbd 100644 --- a/test/es-module/es-module.status +++ b/test/es-module/es-module.status @@ -5,6 +5,8 @@ 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