mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-04-03 23:00:38 +00:00
test_search_count is now working on PostgreSQL.
This commit is contained in:
parent
49b28311fc
commit
8d31cd4707
1 changed files with 0 additions and 5 deletions
|
|
@ -41,11 +41,6 @@ class TestPostgresSearchBackend(BackendTests, TestCase):
|
|||
self.assertListEqual(determine_boosts_weights([-2, -1, 0, 1, 2, 3, 4]),
|
||||
[(4, 'A'), (2, 'B'), (0, 'C'), (-2, 'D')])
|
||||
|
||||
# Broken
|
||||
@unittest.expectedFailure
|
||||
def test_search_count(self):
|
||||
super(TestPostgresSearchBackend, self).test_search_count()
|
||||
|
||||
# Broken
|
||||
# Note: This is applying the filter, but should be raising the FieldError instead
|
||||
@unittest.expectedFailure
|
||||
|
|
|
|||
Loading…
Reference in a new issue