Skip to content

Commit 3203feb

Browse files
committed
test: skip keygen tests on arm systems
test-crypto-keygen and test-crypto-dh-stateless are currently flaky on ARM CI systems due to their slow CPUs. PR-URL: #31178 Reviewed-By: Sam Roberts <vieuxtech@gmail.com>
1 parent b4f8537 commit 3203feb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/parallel/parallel.status

+3
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ test-worker-message-port-transfer-terminate: PASS,FLAKY
3333
[$arch==arm || $arch==arm64]
3434
# https://github.com/nodejs/node/issues/26610
3535
test-async-hooks-http-parser-destroy: PASS,FLAKY
36+
# https://github.com/nodejs/node/pull/31178
37+
test-crypto-dh-stateless: SKIP
38+
test-crypto-keygen: SKIP
3639

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

0 commit comments

Comments
 (0)