From a904789f2312ceb235f20bfc968e9a2e752af242 Mon Sep 17 00:00:00 2001 From: Emanuel Lupi Date: Fri, 27 Sep 2024 23:34:26 -0300 Subject: [PATCH] remove an expected failure fixed on the Django fork --- django_mongodb/features.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/django_mongodb/features.py b/django_mongodb/features.py index 994a83dfd..df2c378b9 100644 --- a/django_mongodb/features.py +++ b/django_mongodb/features.py @@ -68,8 +68,6 @@ class DatabaseFeatures(BaseDatabaseFeatures): "aggregation.tests.AggregateTestCase.test_reverse_fkey_annotate", "aggregation_regress.tests.AggregationTests.test_annotation_disjunction", "aggregation_regress.tests.AggregationTests.test_decimal_aggregate_annotation_filter", - # Wrong result for GenericRelation annotation. - "generic_relations_regress.tests.GenericRelationTests.test_annotate", # subclasses of BaseDatabaseWrapper may require an is_usable() method "backends.tests.BackendTestCase.test_is_usable_after_database_disconnects", # Connection creation doesn't follow the usual Django API.