Only run regression tests on slow VMs.

This commit is contained in:
Darren Tucker 2022-04-01 23:21:40 +11:00
parent f67e479039
commit 6c49eb5fab
1 changed files with 1 additions and 0 deletions

1
.github/configs vendored
View File

@ -149,6 +149,7 @@ case "${TARGET_HOST}" in
# 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.
TEST_TARGET=t-exec
SKIP_LTESTS="rekey sftp"
;;
dfly58*|dfly60*)