Skip to content

Commit 435f78f

Browse files
committed
test: mark tests as slow on Rasberry PIs
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>
1 parent adbc94c commit 435f78f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

test/parallel/parallel.status

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,13 @@ test-domain-error-types: PASS,FLAKY
2222

2323
[$system==macos]
2424

25+
[$arch==arm]
26+
test-crypto-dh-odd-kea: SLOW
27+
test-crypto-binary-default: SLOW
28+
test-crypto-dh: SLOW
29+
test-crypto-dh-constructor: SLOW
30+
test-crypto-dh-leak: SLOW
31+
2532
[$arch==arm || $arch==arm64]
2633
# https://github.com/nodejs/node/pull/31178
2734
test-crypto-dh-stateless: SKIP

0 commit comments

Comments
 (0)