summaryrefslogtreecommitdiff
path: root/archaeological_operations/tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'archaeological_operations/tests.py')
-rw-r--r--archaeological_operations/tests.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/archaeological_operations/tests.py b/archaeological_operations/tests.py
index 6ad800e23..43dd57018 100644
--- a/archaeological_operations/tests.py
+++ b/archaeological_operations/tests.py
@@ -949,10 +949,6 @@ class OperationTest(TestCase, OperationInitTest):
self.assertIn(key, operation.search_vector)
def test_cache_bulk_update(self):
- if settings.USE_SPATIALITE_FOR_TESTS:
- # using views - can only be tested with postgresql
- return
-
operation = self.operations[0]
init_parcel = self.create_parcel()[0]
operation.parcels.add(init_parcel)