summaryrefslogtreecommitdiff
path: root/test/known_issues
diff options
context:
space:
mode:
authorBen Noordhuis <info@bnoordhuis.nl>2020-04-03 11:41:58 +0200
committerRich Trott <rtrott@gmail.com>2020-04-04 07:09:51 -0700
commit251b08d4e85fce0a9cda6536a112b6153bd56a5a (patch)
tree811ac0ccd7f8c0e4a97b60288c135e926f6809c8 /test/known_issues
parent17f323ebfaf4b6f15e994412113d1e856a2e0ffc (diff)
downloadnode-new-251b08d4e85fce0a9cda6536a112b6153bd56a5a.tar.gz
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: https://github.com/nodejs/node/pull/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>
Diffstat (limited to 'test/known_issues')
-rw-r--r--test/known_issues/known_issues.status3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/known_issues/known_issues.status b/test/known_issues/known_issues.status
index 8dd569a395..9ca45bbd85 100644
--- a/test/known_issues/known_issues.status
+++ b/test/known_issues/known_issues.status
@@ -27,3 +27,6 @@ test-vm-timeout-escape-promise: PASS,FLAKY
[$system==aix]
[$arch==arm]
+# The Raspberry Pis are too slow to run this test.
+# See https://github.com/nodejs/build/issues/2227#issuecomment-608334574
+test-crypto-authenticated-stream: SKIP