]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
Skip slow tests on (very) slow test targets.
authorDarren Tucker <dtucker@dtucker.net>
Fri, 1 Apr 2022 02:16:47 +0000 (13:16 +1100)
committerDarren Tucker <dtucker@dtucker.net>
Fri, 1 Apr 2022 02:16:47 +0000 (13:16 +1100)
.github/configs

index 69ef9bbb7b98bea454a2d78cd10ece0a152a3010..b0fb3849aa13259adbe78856e35e80c6390b4fb0 100755 (executable)
@@ -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