Removed unnecessary skipUnlessDBFeature.

None of the tests interact with the database.
This commit is contained in:
Simon Charette 2019-01-13 14:00:48 -05:00 committed by Tim Graham
parent c8720e7696
commit b2c598e30d
1 changed files with 0 additions and 1 deletions

View File

@ -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