From 435f78f826b1ef05efda03b86fda33c854302e2a Mon Sep 17 00:00:00 2001 From: Michael Dawson Date: Thu, 17 Mar 2022 11:04:04 -0400 Subject: [PATCH] test: mark tests as slow on Rasberry PIs Refs: https://github.com/nodejs/node/issues/42379 A number of tests have been failing internmittently on the Rasberry PIs with timeouts since the update to OpenSSL 3.0. Mark them as SLOW to see if that removes the flakiness. Signed-off-by: Michael Dawson --- test/parallel/parallel.status | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index 403752346856cd..8a515073120498 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -22,6 +22,13 @@ test-domain-error-types: PASS,FLAKY [$system==macos] +[$arch==arm] +test-crypto-dh-odd-kea: SLOW +test-crypto-binary-default: SLOW +test-crypto-dh: SLOW +test-crypto-dh-constructor: SLOW +test-crypto-dh-leak: SLOW + [$arch==arm || $arch==arm64] # https://github.com/nodejs/node/pull/31178 test-crypto-dh-stateless: SKIP