From 7145dc22b34b8e7413b92f6af7781d6a62857ad1 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Tue, 23 Dec 2025 18:45:42 -0500 Subject: [PATCH] Remove gis_tests's SchemaIndexesTests.test_index_name from skips --- django_mongodb_backend/gis/features.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/django_mongodb_backend/gis/features.py b/django_mongodb_backend/gis/features.py index c82f48435..1256c2dc3 100644 --- a/django_mongodb_backend/gis/features.py +++ b/django_mongodb_backend/gis/features.py @@ -45,10 +45,6 @@ def django_test_skips(self): # migrations don't need to call it, so the check doesn't happen. "gis_tests.gis_migrations.test_operations.NoRasterSupportTests", }, - "MongoDB doesn't support redundant spatial indexes.": { - # Error: Index already exists with a different name - "gis_tests.geoapp.test_indexes.SchemaIndexesTests.test_index_name", - }, "GIS lookups not supported.": { "gis_tests.geoapp.tests.GeoModelTest.test_gis_query_as_string", "gis_tests.geoapp.tests.GeoLookupTest.test_gis_lookups_with_complex_expressions",