Skip to content

Commit

Permalink
test: add arm64 arch to test-worker-prof status
Browse files Browse the repository at this point in the history
This commit adds arm64 to test-worker-prof status as this seems to be
flaky on arm64 in addition to arm.
  • Loading branch information
danbev committed Feb 8, 2021
1 parent ce35789 commit c44140c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/sequential/sequential.status
Expand Up @@ -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

0 comments on commit c44140c

Please sign in to comment.