kopia lustrzana https://github.com/wagtail/wagtail
Mark test_facet_tags as expected failure on Elasticsearch
rodzic
a507cb9114
commit
1d517dd0d8
|
@ -176,3 +176,8 @@ class ElasticsearchCommonSearchBackendTests(BackendTests):
|
|||
@unittest.expectedFailure
|
||||
def test_incomplete_plain_text(self):
|
||||
super().test_incomplete_plain_text()
|
||||
|
||||
@unittest.expectedFailure
|
||||
def test_facet_tags(self):
|
||||
# Failing on Elasticsearch as of #4508
|
||||
super().test_facet_tags()
|
||||
|
|
Ładowanie…
Reference in New Issue