Only run regression tests on slow VMs.
This commit is contained in:
parent
f67e479039
commit
6c49eb5fab
|
@ -149,6 +149,7 @@ case "${TARGET_HOST}" in
|
||||||
# These are slow real or virtual machines so skip the slowest tests
|
# 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
|
# (which tend to be thw ones that transfer lots of data) so that the
|
||||||
# test run does not time out.
|
# test run does not time out.
|
||||||
|
TEST_TARGET=t-exec
|
||||||
SKIP_LTESTS="rekey sftp"
|
SKIP_LTESTS="rekey sftp"
|
||||||
;;
|
;;
|
||||||
dfly58*|dfly60*)
|
dfly58*|dfly60*)
|
||||||
|
|
Loading…
Reference in New Issue