From 30598a504fc79961b7eb4868c455773019e505d7 Mon Sep 17 00:00:00 2001 From: Yagiz Nizipli Date: Wed, 18 Oct 2023 10:55:03 -0400 Subject: [PATCH] test: set `test-loaders-workers-spawned` as flaky Ref: https://github.com/nodejs/node/issues/50247 --- 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 58a422dc152258..d47b5cd3bd23c6 100644 --- a/test/es-module/es-module.status +++ b/test/es-module/es-module.status @@ -10,6 +10,10 @@ prefix es-module # https://github.com/nodejs/node/issues/47836 test-esm-loader-http-imports: PASS,FLAKY +[$system==macos] +# https://github.com/nodejs/node/issues/50247 +test-loaders-workers-spawned: PASS, FLAKY + [$arch==arm || $arch==arm64] # https://github.com/nodejs/node/issues/47297 test-wasm-web-api: SKIP