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).
This commit is contained in:
Alex Willmer 2022-04-20 14:15:08 +01:00
parent c87976af40
commit 63543b3b83
1 changed files with 1 additions and 0 deletions

View File

@ -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