]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
Move sftp from valgrind-2 to 3 to rebalance.
authorDarren Tucker <dtucker@dtucker.net>
Wed, 31 Aug 2022 10:26:30 +0000 (20:26 +1000)
committerDarren Tucker <dtucker@dtucker.net>
Wed, 31 Aug 2022 10:26:30 +0000 (20:26 +1000)
.github/configs

index c068f5d8dc0db6876e55963a2462fa451c755a91..6bf1ab27f0ca7fbb3f3723ad4b99c7e94cf55db2 100755 (executable)
@@ -162,8 +162,8 @@ case "$config" in
        # Valgrind slows things down enough that the agent timeout test
        # won't reliably pass, and the unit tests run longer than allowed
        # by github so split into three separate tests.
-       tests2="rekey integrity try-ciphers sftp"
-       tests3="krl forward-control sshsig agent-restrict kextype"
+       tests2="rekey integrity try-ciphers"
+       tests3="krl forward-control sshsig agent-restrict kextype sftp"
        tests4="cert-userkey cert-hostkey kextype sftp-perm keygen-comment percent"
        case "$config" in
            valgrind-1)