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):
68
68
"aggregation.tests.AggregateTestCase.test_reverse_fkey_annotate" ,
69
69
"aggregation_regress.tests.AggregationTests.test_annotation_disjunction" ,
70
70
"aggregation_regress.tests.AggregationTests.test_decimal_aggregate_annotation_filter" ,
71
- # Wrong result for GenericRelation annotation.
72
- "generic_relations_regress.tests.GenericRelationTests.test_annotate" ,
73
71
# subclasses of BaseDatabaseWrapper may require an is_usable() method
74
72
"backends.tests.BackendTestCase.test_is_usable_after_database_disconnects" ,
75
73
# Connection creation doesn't follow the usual Django API.
@@ -236,6 +234,7 @@ def django_test_expected_failures(self):
236
234
},
237
235
"Test assumes integer primary key." : {
238
236
"db_functions.comparison.test_cast.CastTests.test_cast_to_integer_foreign_key" ,
237
+ "generic_relations_regress.tests.GenericRelationTests.test_annotate" ,
239
238
"model_fields.test_foreignkey.ForeignKeyTests.test_to_python" ,
240
239
"queries.test_qs_combinators.QuerySetSetOperationTests.test_order_raises_on_non_selected_column" ,
241
240
},
You can’t perform that action at this time.
0 commit comments