tests: disable kerberos plugin that coud be parallel-installed (#39393)

This commit is contained in:
Frédéric Péters 2020-01-29 16:08:19 +01:00
parent 81c09b3309
commit 82532d5bd2
1 changed files with 2 additions and 0 deletions

View File

@ -40,3 +40,5 @@ if 'postgres' in DATABASES['default']['ENGINE']:
ALLOWED_HOSTS = ALLOWED_HOSTS + ['example.net', 'cache1.example.com', 'cache2.example.com']
A2_AUTH_KERBEROS_ENABLED = False