diff options
| author | Simon Charette <charette.s@gmail.com> | 2019-01-13 14:00:48 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2019-01-13 21:48:40 -0500 |
| commit | b2c598e30de9fd5d46e87a4b6dd4dd84ca2b1826 (patch) | |
| tree | 06c5fccd227b8eb6d80d859fdacaa96ace1a8f31 /tests/postgres_tests/test_indexes.py | |
| parent | c8720e7696ca41f3262d5369365cc1bd72a216ca (diff) | |
Removed unnecessary skipUnlessDBFeature.
None of the tests interact with the database.
Diffstat (limited to 'tests/postgres_tests/test_indexes.py')
| -rw-r--r-- | tests/postgres_tests/test_indexes.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/postgres_tests/test_indexes.py b/tests/postgres_tests/test_indexes.py index 0b0b0f5a37..3f1018c7b9 100644 --- a/tests/postgres_tests/test_indexes.py +++ b/tests/postgres_tests/test_indexes.py @@ -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 |
