From 6c49eb5fabc56f4865164ed818aa5112d09c31a8 Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Fri, 1 Apr 2022 23:21:40 +1100 Subject: [PATCH] Only run regression tests on slow VMs. --- .github/configs | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/configs b/.github/configs index b0fb3849a..58e01228d 100755 --- a/.github/configs +++ b/.github/configs @@ -149,6 +149,7 @@ case "${TARGET_HOST}" in # These are slow real or virtual machines so skip the slowest tests # (which tend to be thw ones that transfer lots of data) so that the # test run does not time out. + TEST_TARGET=t-exec SKIP_LTESTS="rekey sftp" ;; dfly58*|dfly60*)