Skip slow tests on (very) slow test targets.

This commit is contained in:
Darren Tucker 2022-04-01 13:16:47 +11:00
parent b275818065
commit 5b054d7640
1 changed files with 6 additions and 0 deletions

6
.github/configs vendored
View File

@ -145,6 +145,12 @@ case "$config" in
esac
case "${TARGET_HOST}" in
aix*)
# These are slow real or virtual machines so skip the slowest tests
# (which tend to be thw ones that transfer lots of data) so that the
# test run does not time out.
SKIP_LTESTS="rekey sftp"
;;
dfly58*|dfly60*)
# scp 3-way connection hangs on these so skip until sorted.
SKIP_LTESTS=scp3