]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
Only run regression tests on slow VMs.
authorDarren Tucker <dtucker@dtucker.net>
Fri, 1 Apr 2022 12:21:40 +0000 (23:21 +1100)
committerDarren Tucker <dtucker@dtucker.net>
Fri, 1 Apr 2022 12:21:40 +0000 (23:21 +1100)
.github/configs

index b0fb3849aa13259adbe78856e35e80c6390b4fb0..58e01228d2a3ee0a3c3c0a1aba8198004a663825 100755 (executable)
@@ -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*)