From 7909a566f6c6a78fcd30708dc49f4e4f9bb80ce3 Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Sun, 15 Aug 2021 12:45:10 +1000 Subject: [PATCH] Skip scp3 tests on all dfly58 and 60 configs. --- .github/configs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/configs b/.github/configs index f6de7d68b..813dd0f79 100755 --- a/.github/configs +++ b/.github/configs @@ -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 ;;