From ed241a45833fd4dec1601b1a3cfd4026b9b1c6d7 Mon Sep 17 00:00:00 2001 From: Marco Ippolito Date: Thu, 19 Jun 2025 09:18:42 +0200 Subject: [PATCH] test: skip broken sea on rhel8 --- test/sequential/sequential.status | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/test/sequential/sequential.status b/test/sequential/sequential.status index a3199b385dd99d..6893abfe6e1c03 100644 --- a/test/sequential/sequential.status +++ b/test/sequential/sequential.status @@ -52,3 +52,15 @@ test-tls-securepair-client: PASS, FLAKY [$arch==arm] # https://github.com/nodejs/node/issues/49933 test-watch-mode-inspect: SKIP + +[$system==linux && $arch==ppc64] +# https://github.com/nodejs/node/pull/58588 +test-single-executable-application: SKIP +test-single-executable-application-assets: SKIP +test-single-executable-application-assets-raw: SKIP +test-single-executable-application-disable-experimental-sea-warning: SKIP +test-single-executable-application-empty: SKIP +test-single-executable-application-snapshot: SKIP +test-single-executable-application-snapshot-and-code-cache: SKIP +test-single-executable-application-snapshot-worker: SKIP +test-single-executable-application-use-code-cache: SKIP