@@ -104,16 +104,21 @@ class DatabaseFeatures(BaseDatabaseFeatures):
104
104
"queries.test_explain.ExplainUnsupportedTests.test_message" ,
105
105
# filter() on related model + update() doesn't work.
106
106
"queries.tests.Queries5Tests.test_ticket9848" ,
107
- # Variance is not implemented in mongo as an aggregation,
108
- # we should transform it into StdDev * 2.
109
- "aggregation.test_filter_argument.FilteredAggregateTests.test_filtered_numerical_aggregates" ,
110
107
# Sum returns 0 instead of None in mongodb.
111
108
"aggregation.test_filter_argument.FilteredAggregateTests.test_plain_annotate" ,
112
109
"aggregation.tests.AggregateTestCase.test_aggregation_default_passed_another_aggregate" ,
113
110
"aggregation.tests.AggregateTestCase.test_annotation_expressions" ,
114
111
"aggregation.tests.AggregateTestCase.test_reverse_fkey_annotate" ,
115
112
# Manage empty result when the flag elide_empty is False
116
113
"aggregation.tests.AggregateTestCase.test_empty_result_optimization" ,
114
+ # Order is not working well for aggregates.
115
+ "aggregation.tests.AggregateTestCase.test_annotate_values_list" ,
116
+ "aggregation.tests.AggregateTestCase.test_combine_different_types" ,
117
+ "aggregation.tests.AggregateTestCase.test_grouped_annotation_in_group_by" ,
118
+ "aggregation.tests.AggregateTestCase.test_non_grouped_annotation_not_in_group_by" ,
119
+ "aggregation.tests.AggregateTestCase.test_values_annotation_with_expression" ,
120
+ "aggregation.tests.AggregateTestCase.test_annotate_ordering" ,
121
+ "aggregation.tests.AggregateTestCase.test_even_more_aggregate" ,
117
122
}
118
123
# $bitAnd, #bitOr, and $bitXor are new in MongoDB 6.3.
119
124
_django_test_expected_failures_bitwise = {
0 commit comments