From 92d3611fcab006df3694d24c14c65830f377cf3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20Nie=C3=9Fen?= Date: Mon, 15 May 2023 12:54:20 +0200 Subject: [PATCH] test: mark test-esm-loader-http-imports as flaky This test has been failing occasionally for weeks. Refs: https://github.com/nodejs/node/issues/47836 Refs: https://github.com/nodejs/reliability/issues/564 PR-URL: https://github.com/nodejs/node/pull/47987 Reviewed-By: Filip Skokan Reviewed-By: Antoine du Hamel --- test/es-module/es-module.status | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/es-module/es-module.status b/test/es-module/es-module.status index 971d634c2a6ccf..d986e94222a3e7 100644 --- a/test/es-module/es-module.status +++ b/test/es-module/es-module.status @@ -5,3 +5,7 @@ prefix es-module # sample-test : PASS,FLAKY [true] # This section applies to all platforms + +[$system==linux || $system==freebsd] +# https://github.com/nodejs/node/issues/47836 +test-esm-loader-http-imports: PASS,FLAKY