mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-27 15:54:22 +02:00
Skip unit tests on slow riscv64 hardware.
This commit is contained in:
parent
9f2747e0be
commit
f84b9cffd5
4
.github/configs
vendored
4
.github/configs
vendored
@ -222,6 +222,10 @@ case "${TARGET_HOST}" in
|
|||||||
TEST_TARGET="t-exec TEST_SHELL=bash"
|
TEST_TARGET="t-exec TEST_SHELL=bash"
|
||||||
SKIP_LTESTS="rekey sftp"
|
SKIP_LTESTS="rekey sftp"
|
||||||
;;
|
;;
|
||||||
|
debian-riscv64)
|
||||||
|
# This machine is fairly slow, so skip the unit tests.
|
||||||
|
TEST_TARGET="t-exec"
|
||||||
|
;;
|
||||||
dfly58*|dfly60*)
|
dfly58*|dfly60*)
|
||||||
# scp 3-way connection hangs on these so skip until sorted.
|
# scp 3-way connection hangs on these so skip until sorted.
|
||||||
SKIP_LTESTS=scp3
|
SKIP_LTESTS=scp3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user