Skip to content

Commit

Permalink
test: skip keygen tests on arm systems
Browse files Browse the repository at this point in the history
test-crypto-keygen and test-crypto-dh-stateless are currently flaky
on ARM CI systems due to their slow CPUs.

PR-URL: nodejs#31178
Reviewed-By: Sam Roberts <vieuxtech@gmail.com>
  • Loading branch information
tniessen authored and targos committed Apr 25, 2020
1 parent 17a98cd commit 644b3c8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/parallel/parallel.status
Expand Up @@ -33,6 +33,9 @@ test-worker-message-port-transfer-terminate: PASS,FLAKY
[$arch==arm || $arch==arm64]
# https://github.com/nodejs/node/issues/26610
test-async-hooks-http-parser-destroy: PASS,FLAKY
# https://github.com/nodejs/node/pull/31178
test-crypto-dh-stateless: SKIP
test-crypto-keygen: SKIP

[$system==solaris] # Also applies to SmartOS

Expand Down

0 comments on commit 644b3c8

Please sign in to comment.