Skip to content

Commit 5ad9f60

Browse files
committed
Skip dwithin tests we don't support
1 parent f4b724f commit 5ad9f60

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

django_mongodb_backend/gis/features.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,15 @@ def django_test_skips(self):
5555
},
5656
"GIS Union not supported.": {
5757
"gis_tests.geoapp.tests.GeoLookupTest.test_gis_lookups_with_complex_expressions",
58+
"gis_tests.distapp.tests.DistanceTest.test_dwithin",
59+
},
60+
"Cannot use a non-Point geometry with distance lookups.": {
61+
"gis_tests.distapp.tests.DistanceTest.test_dwithin_with_expression_rhs"
5862
},
5963
"Subqueries not supported.": {
6064
"gis_tests.geoapp.tests.GeoLookupTest.test_subquery_annotation",
6165
"gis_tests.geoapp.tests.GeoQuerySetTest.test_within_subquery",
66+
"gis_tests.distapp.tests.DistanceTest.test_dwithin_subquery",
6267
},
6368
"GeoJSONSerializer doesn't support ObjectId.": {
6469
"gis_tests.geoapp.test_serializers.GeoJSONSerializerTests.test_fields_option",

0 commit comments

Comments
 (0)