From 6d68db6dcb6457e28e73cebd5bcc0bbc68068aff Mon Sep 17 00:00:00 2001 From: Stewart X Addison Date: Thu, 18 Dec 2025 10:59:14 +0000 Subject: [PATCH] test: skip sea tests on riscv64 Signed-off-by: Stewart X Addison --- test/sea/sea.status | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/sea/sea.status b/test/sea/sea.status index 56202f3564918b..8148f029cfb695 100644 --- a/test/sea/sea.status +++ b/test/sea/sea.status @@ -14,6 +14,10 @@ test-single-executable-application*: SKIP # https://github.com/nodejs/node/issues/59561 test-single-executable-application*: SKIP +[$system==linux && $arch==riscv64] +# https://github.com/nodejs/node/issues/61110 +test-single-executable-application*: SKIP + [$system==win32] # https://github.com/nodejs/node/issues/49630 test-single-executable-application-snapshot: PASS, FLAKY