Disable turbo mode for the validate tests (#218)

Disable turbo mode for the validate tests

Depends-On: ansible/ansible-zuul-jobs#1074
Switching virtualenvs in the test suite does not work so well with turbo
mode enabled because the module may not be executed by the virtualenv
that is specified for that task.

Reviewed-by: None <None>
Reviewed-by: Gonéri Le Bouder <goneri@lebouder.net>
Reviewed-by: None <None>
This commit is contained in:
Mike Graves
2021-09-01 03:42:56 -04:00
committed by GitHub
parent d78b64d792
commit 1da4ef1d53

View File

@@ -236,3 +236,5 @@
vars:
validate_namespace: validate
environment:
ENABLE_TURBO_MODE: false