0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-29 17:36:49 +01:00

Fixes elasticsearch tests.

This commit is contained in:
Bertrand Bordage 2018-05-11 19:26:00 +02:00
parent 66140044a9
commit 601cb6c377

View File

@ -183,3 +183,9 @@ class ElasticsearchCommonSearchBackendTests(BackendTests):
@unittest.expectedFailure
def test_prefix_multiple_words(self):
super().test_prefix_multiple_words()
# Elasticsearch always does prefix matching on `partial_match` fields,
# even when we dont use `Prefix`.
@unittest.expectedFailure
def test_incomplete_plain_text(self):
super().test_incomplete_plain_text()