mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-19 20:41:56 +00:00
Revert "Added ElasticSearch backend to tests settings"
This reverts commit 28a77c6071.
This commit is contained in:
parent
28a77c6071
commit
553d718e5a
1 changed files with 1 additions and 10 deletions
11
runtests.py
11
runtests.py
|
|
@ -62,16 +62,7 @@ if not settings.configured:
|
|||
'wagtail.wagtailsearch',
|
||||
'wagtail.wagtailredirects',
|
||||
'wagtail.tests',
|
||||
],
|
||||
WAGTAILSEARCH_BACKENDS={
|
||||
'default': {
|
||||
'BACKEND': 'wagtail.wagtailsearch.backends.db.DBSearch',
|
||||
},
|
||||
'elasticsearch': {
|
||||
'BACKEND': 'wagtail.wagtailsearch.backends.elasticsearch.ElasticSearch',
|
||||
'RUN_TESTS': True,
|
||||
}
|
||||
}
|
||||
]
|
||||
)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue