Kaydet (Commit) b2c598e3 authored tarafından Simon Charette's avatar Simon Charette Kaydeden (comit) Tim Graham

Removed unnecessary skipUnlessDBFeature.

None of the tests interact with the database.
üst c8720e76
...@@ -30,7 +30,6 @@ class IndexTestMixin: ...@@ -30,7 +30,6 @@ class IndexTestMixin:
self.assertEqual(kwargs, {'fields': ['title'], 'name': 'test_title_%s' % self.index_class.suffix}) self.assertEqual(kwargs, {'fields': ['title'], 'name': 'test_title_%s' % self.index_class.suffix})
@skipUnlessDBFeature('has_brin_index_support')
class BrinIndexTests(IndexTestMixin, PostgreSQLSimpleTestCase): class BrinIndexTests(IndexTestMixin, PostgreSQLSimpleTestCase):
index_class = BrinIndex index_class = BrinIndex
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment