Skip to content

Commit 9e9a52a

Browse files
committed
Reclassify test.
1 parent 78a8619 commit 9e9a52a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

django_mongodb/features.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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
},

0 commit comments

Comments
 (0)