From c44140cdebb5d273b368a4e34ae69621373e1046 Mon Sep 17 00:00:00 2001 From: Daniel Bevenius Date: Thu, 4 Feb 2021 13:31:00 +0100 Subject: [PATCH] test: add arm64 arch to test-worker-prof status This commit adds arm64 to test-worker-prof status as this seems to be flaky on arm64 in addition to arm. --- 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 fce8bd959f0326..914c6243b7165c 100644 --- a/test/sequential/sequential.status +++ b/test/sequential/sequential.status @@ -32,6 +32,6 @@ test-buffer-creation-regression: SKIP # https://github.com/nodejs/node/pull/30819 test-perf-hooks: SKIP -[$arch==arm] +[$arch==arm || $arch==arm64] # https://github.com/nodejs/node/issues/26401#issuecomment-613095719 test-worker-prof: PASS, FLAKY