tests: Skip heavy & sudo Ansible tests by default

We don't wish to modify someone's local OS, or rely on them having sudo (with
or without password).
pull/917/head
Alex Willmer 2 years ago
parent c87976af40
commit 63543b3b83

@ -85,6 +85,7 @@ passenv =
AWS_SECRET_ACCESS_KEY
HOME
setenv =
ANSIBLE_SKIP_TAGS = requires_local_sudo,resource_intensive
ANSIBLE_STRATEGY = mitogen_linear
NOCOVERAGE_ERASE = 1
NOCOVERAGE_REPORT = 1

Loading…
Cancel
Save