]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
Skip unit tests on slow riscv64 hardware.
authorDarren Tucker <dtucker@dtucker.net>
Mon, 28 Nov 2022 10:09:28 +0000 (21:09 +1100)
committerDarren Tucker <dtucker@dtucker.net>
Mon, 28 Nov 2022 11:39:25 +0000 (22:39 +1100)
.github/configs

index 50acb6d8a0c24ef35f1659f22a8dabbbe813e8b1..28a829cc2f035eb3f6c3bf18a545b3bd0efa8cc5 100755 (executable)
@@ -222,6 +222,10 @@ case "${TARGET_HOST}" in
        TEST_TARGET="t-exec TEST_SHELL=bash"
        SKIP_LTESTS="rekey sftp"
        ;;
+    debian-riscv64)
+       # This machine is fairly slow, so skip the unit tests.
+       TEST_TARGET="t-exec"
+       ;;
     dfly58*|dfly60*)
        # scp 3-way connection hangs on these so skip until sorted.
        SKIP_LTESTS=scp3