File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -68,8 +68,6 @@ class DatabaseFeatures(BaseDatabaseFeatures):
6868 "aggregation.tests.AggregateTestCase.test_reverse_fkey_annotate" ,
6969 "aggregation_regress.tests.AggregationTests.test_annotation_disjunction" ,
7070 "aggregation_regress.tests.AggregationTests.test_decimal_aggregate_annotation_filter" ,
71- # Wrong result for GenericRelation annotation.
72- "generic_relations_regress.tests.GenericRelationTests.test_annotate" ,
7371 # subclasses of BaseDatabaseWrapper may require an is_usable() method
7472 "backends.tests.BackendTestCase.test_is_usable_after_database_disconnects" ,
7573 # Connection creation doesn't follow the usual Django API.
@@ -236,6 +234,7 @@ def django_test_expected_failures(self):
236234 },
237235 "Test assumes integer primary key." : {
238236 "db_functions.comparison.test_cast.CastTests.test_cast_to_integer_foreign_key" ,
237+ "generic_relations_regress.tests.GenericRelationTests.test_annotate" ,
239238 "model_fields.test_foreignkey.ForeignKeyTests.test_to_python" ,
240239 "queries.test_qs_combinators.QuerySetSetOperationTests.test_order_raises_on_non_selected_column" ,
241240 },
You can’t perform that action at this time.
0 commit comments