From cf3c27e4f6322b59834322eeeef3ea61be77bc6e Mon Sep 17 00:00:00 2001 From: Joyee Cheung Date: Thu, 16 Nov 2023 18:33:15 +0100 Subject: [PATCH] fixup! test: mark SEA tests as flaky on PowerPC Co-authored-by: Richard Lau --- test/sequential/sequential.status | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/sequential/sequential.status b/test/sequential/sequential.status index c25fdaa17236bd..991ad497ddd705 100644 --- a/test/sequential/sequential.status +++ b/test/sequential/sequential.status @@ -47,7 +47,7 @@ test-watch-mode-inspect: PASS, FLAKY # https://github.com/nodejs/node/issues/41286 test-performance-eventloopdelay: PASS, FLAKY -[$arch==ppc] +[$arch==ppc64] # https://github.com/nodejs/node/issues/50740 test-single-executable-application-empty: PASS, FLAKY test-single-executable-application-snapshot-and-code-cache: PASS, FLAKY