From 385cd02e9134eebadff41523ee51548c86a6ce53 Mon Sep 17 00:00:00 2001 From: Joyee Cheung Date: Sat, 24 Jan 2026 14:06:44 +0100 Subject: [PATCH] test: skip --build-sea tests on platforms where SEA is flaky They were missing from the skip pattern due to different naming. --- test/sea/sea.status | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/sea/sea.status b/test/sea/sea.status index cd0ba5ce1e534d..e0996ef14588c1 100644 --- a/test/sea/sea.status +++ b/test/sea/sea.status @@ -14,10 +14,12 @@ test-build-sea*: SKIP [$system==linux && $arch==ppc64] # https://github.com/nodejs/node/issues/59561 test-single-executable-application*: SKIP +test-build-sea*: SKIP [$system==linux && $arch==riscv64] # https://github.com/nodejs/node/issues/61110 test-single-executable-application*: SKIP +test-build-sea*: SKIP [$system==win32] # https://github.com/nodejs/node/issues/49630