0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-12-01 11:41:20 +01:00

Mark test_filter_isnull_true as expectedFailure on ES5

This commit is contained in:
Karl Hobley 2017-10-20 10:25:58 +01:00
parent 8cf2c14619
commit d70e2ad4fc

View File

@ -22,6 +22,11 @@ from .test_backends import BackendTests
class TestElasticsearch5SearchBackend(BackendTests, ElasticsearchCommonSearchBackendTests, TestCase):
backend_path = 'wagtail.wagtailsearch.backends.elasticsearch5'
# Broken
@unittest.expectedFailure
def test_filter_isnull_true(self):
super(TestElasticsearch5SearchBackend, self).test_filter_isnull_true()
# Broken
@unittest.expectedFailure
def test_filter_in_values_list_subquery(self):