Skip to content

Commit f71007f

Browse files
bnoordhuistargos
authored andcommittedApr 22, 2020
test: skip crypto test on arm buildbots
The Raspberry Pis are too slow to run this computationally expensive test in a timely manner, it times out after 240 seconds. PR-URL: #32636 Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Matheus Marchini <mat@mmarchini.me> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Rich Trott <rtrott@gmail.com>
1 parent a299e9c commit f71007f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎test/known_issues/known_issues.status

+3
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,6 @@ test-vm-timeout-escape-promise: PASS,FLAKY
2727
[$system==aix]
2828

2929
[$arch==arm]
30+
# The Raspberry Pis are too slow to run this test.
31+
# See https://github.com/nodejs/build/issues/2227#issuecomment-608334574
32+
test-crypto-authenticated-stream: SKIP

0 commit comments

Comments
 (0)
Please sign in to comment.