From 612d83ca0d7b2b5e935144d3ea7473e9466a1cf9 Mon Sep 17 00:00:00 2001 From: Richard Lau Date: Mon, 29 Sep 2025 14:52:56 +0000 Subject: [PATCH] test: mark sea tests flaky on macOS x64 --- test/sequential/sequential.status | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/test/sequential/sequential.status b/test/sequential/sequential.status index e87e76b34aff7b..c36eac6302d43a 100644 --- a/test/sequential/sequential.status +++ b/test/sequential/sequential.status @@ -25,8 +25,27 @@ test-http2-large-file: PASS, FLAKY test-http-server-request-timeouts-mixed: PASS, FLAKY [$system==macos] -# https://github.com/nodejs/node/issues/54816 + +[$system==macos && $arch==x64] +# https://github.com/nodejs/node/issues/59553 +test-single-executable-application: PASS, FLAKY +test-single-executable-application-assets: PASS, FLAKY +test-single-executable-application-assets-raw: PASS, FLAKY +test-single-executable-application-asset-keys-empty: PASS, FLAKY +test-single-executable-application-asset-keys: PASS, FLAKY +test-single-executable-application-disable-experimental-sea-warning: PASS, FLAKY test-single-executable-application-empty: PASS, FLAKY +test-single-executable-application-exec-argv: PASS, FLAKY +test-single-executable-application-exec-argv-empty: PASS, FLAKY +test-single-executable-application-exec-argv-extension-cli: PASS, FLAKY +test-single-executable-application-exec-argv-extension-env: PASS, FLAKY +test-single-executable-application-exec-argv-extension-none: PASS, FLAKY +test-single-executable-application-inspect-in-sea-flags: PASS, FLAKY +test-single-executable-application-inspect: PASS, FLAKY +test-single-executable-application-snapshot: PASS, FLAKY +test-single-executable-application-snapshot-and-code-cache: PASS, FLAKY +test-single-executable-application-snapshot-worker: PASS, FLAKY +test-single-executable-application-use-code-cache: PASS, FLAKY # https://github.com/nodejs/node/issues/43465 test-http-server-request-timeouts-mixed: PASS, FLAKY