mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-11 16:53:10 +00:00
Elasticsearch test_delete should no longer fail.
This commit is contained in:
parent
f9cc020ded
commit
da4312703b
1 changed files with 0 additions and 6 deletions
|
|
@ -1,4 +1,3 @@
|
|||
import unittest
|
||||
from datetime import date
|
||||
from io import StringIO
|
||||
|
||||
|
|
@ -172,8 +171,3 @@ class ElasticsearchCommonSearchBackendTests(BackendTests):
|
|||
|
||||
results = self.backend.search(MATCH_ALL, models.Book)[110:]
|
||||
self.assertEqual(len(results), 53)
|
||||
|
||||
# Broken
|
||||
@unittest.expectedFailure
|
||||
def test_delete(self):
|
||||
super().test_delete()
|
||||
|
|
|
|||
Loading…
Reference in a new issue