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:
parent
8cf2c14619
commit
d70e2ad4fc
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user