Removed unnecessary skipUnlessDBFeature.
None of the tests interact with the database.
This commit is contained in:
parent
c8720e7696
commit
b2c598e30d
|
@ -30,7 +30,6 @@ class IndexTestMixin:
|
|||
self.assertEqual(kwargs, {'fields': ['title'], 'name': 'test_title_%s' % self.index_class.suffix})
|
||||
|
||||
|
||||
@skipUnlessDBFeature('has_brin_index_support')
|
||||
class BrinIndexTests(IndexTestMixin, PostgreSQLSimpleTestCase):
|
||||
index_class = BrinIndex
|
||||
|
||||
|
|
Loading…
Reference in New Issue