mirror of
https://github.com/wagtail/wagtail.git
synced 2024-12-01 11:41:20 +01:00
Fixes elasticsearch tests.
This commit is contained in:
parent
66140044a9
commit
601cb6c377
@ -183,3 +183,9 @@ class ElasticsearchCommonSearchBackendTests(BackendTests):
|
|||||||
@unittest.expectedFailure
|
@unittest.expectedFailure
|
||||||
def test_prefix_multiple_words(self):
|
def test_prefix_multiple_words(self):
|
||||||
super().test_prefix_multiple_words()
|
super().test_prefix_multiple_words()
|
||||||
|
|
||||||
|
# Elasticsearch always does prefix matching on `partial_match` fields,
|
||||||
|
# even when we don’t use `Prefix`.
|
||||||
|
@unittest.expectedFailure
|
||||||
|
def test_incomplete_plain_text(self):
|
||||||
|
super().test_incomplete_plain_text()
|
||||||
|
Loading…
Reference in New Issue
Block a user