mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-04-12 11:00:59 +00:00
Disabled AUTO_UPDATE on Elasticsearch backend in tests
This commit is contained in:
parent
72db917ddc
commit
c837afdfa2
1 changed files with 1 additions and 0 deletions
|
|
@ -150,6 +150,7 @@ try:
|
|||
'BACKEND': 'wagtail.wagtailsearch.backends.elasticsearch.ElasticSearch',
|
||||
'TIMEOUT': 10,
|
||||
'max_retries': 1,
|
||||
'AUTO_UPDATE': False,
|
||||
}
|
||||
|
||||
if 'ELASTICSEARCH_URL' in os.environ:
|
||||
|
|
|
|||
Loading…
Reference in a new issue