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