summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@dtucker.net>2022-11-28 21:09:28 +1100
committerDarren Tucker <dtucker@dtucker.net>2022-11-28 22:39:25 +1100
commitf84b9cffd52c9c5c359a54a1929f9948e803ab1d (patch)
tree6c4128e8a23a000fab615acd4d6eaebf0a132aed /.github
parent9f2747e0bed3faca92679eae69aef10c95dc82f5 (diff)
downloadopenssh-git-f84b9cffd52c9c5c359a54a1929f9948e803ab1d.tar.gz
Skip unit tests on slow riscv64 hardware.
Diffstat (limited to '.github')
-rwxr-xr-x.github/configs4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/configs b/.github/configs
index 50acb6d8..28a829cc 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