From 644b3c8ef9de6e7f3ba8949c7c523b4eb37dd7b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20Nie=C3=9Fen?= Date: Mon, 20 Jan 2020 16:18:24 -0400 Subject: [PATCH] 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: https://github.com/nodejs/node/pull/31178 Reviewed-By: Sam Roberts --- test/parallel/parallel.status | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index 0d11851bbd82e8..eaaece7cf958a2 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -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