Skip unit tests on slow riscv64 hardware.

This commit is contained in:
Darren Tucker 2022-11-28 21:09:28 +11:00
parent 9f2747e0be
commit f84b9cffd5
No known key found for this signature in database
1 changed files with 4 additions and 0 deletions

4
.github/configs vendored
View File

@ -222,6 +222,10 @@ case "${TARGET_HOST}" in
TEST_TARGET="t-exec TEST_SHELL=bash"
SKIP_LTESTS="rekey sftp"
;;
debian-riscv64)
# This machine is fairly slow, so skip the unit tests.
TEST_TARGET="t-exec"
;;
dfly58*|dfly60*)
# scp 3-way connection hangs on these so skip until sorted.
SKIP_LTESTS=scp3