Skip to content

Commit

Permalink
test: mark tests as slow on Rasberry PIs
Browse files Browse the repository at this point in the history
Refs: #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 <mdawson@devrus.com>
  • Loading branch information
mhdawson committed Mar 17, 2022
1 parent adbc94c commit 435f78f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions test/parallel/parallel.status
Expand Up @@ -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
Expand Down

0 comments on commit 435f78f

Please sign in to comment.