From 6338e643a87b018fb40e711092a5360efa300d40 Mon Sep 17 00:00:00 2001 From: Stewart X Addison <6487691+sxa@users.noreply.github.com> Date: Sat, 20 Dec 2025 15:49:08 +0000 Subject: [PATCH] test: skip sea tests on riscv64 Signed-off-by: Stewart X Addison PR-URL: https://github.com/nodejs/node/pull/61111 Reviewed-By: Richard Lau Reviewed-By: Joyee Cheung Reviewed-By: Colin Ihrig Reviewed-By: Luigi Pinca Reviewed-By: Xuguang Mei --- test/sea/sea.status | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/sea/sea.status b/test/sea/sea.status index 56202f3564..8148f029cf 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