Skip scp3 tests on all dfly58 and 60 configs.

This commit is contained in:
Darren Tucker 2021-08-15 12:45:10 +10:00
parent e65198e52c
commit 7909a566f6
1 changed files with 1 additions and 1 deletions

2
.github/configs vendored
View File

@ -114,7 +114,7 @@ case "$config" in
esac
case "${TARGET_HOST}" in
dfly58|dfly60)
dfly58*|dfly60*)
# scp 3-way connection hangs on these so skip until sorted.
SKIP_LTESTS=scp3
;;