From: Darren Tucker Date: Mon, 28 Nov 2022 10:09:28 +0000 (+1100) Subject: Skip unit tests on slow riscv64 hardware. X-Git-Tag: V_9_2_P1~98 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f84b9cffd52c9c5c359a54a1929f9948e803ab1d;p=thirdparty%2Fopenssh-portable.git Skip unit tests on slow riscv64 hardware. --- diff --git a/.github/configs b/.github/configs index 50acb6d8a..28a829cc2 100755 --- a/.github/configs +++ b/.github/configs @@ -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