@@ -89,6 +89,21 @@ class DatabaseFeatures(BaseDatabaseFeatures):
89
89
"auth_tests.test_views.LoginTest.test_login_session_without_hash_session_key" ,
90
90
# GenericRelation.value_to_string() assumes integer pk.
91
91
"contenttypes_tests.test_fields.GenericRelationTests.test_value_to_string" ,
92
+ # Broken by https://github.com/django/django/commit/65ad4ade74dc9208b9d686a451cd6045df0c9c3a
93
+ "aggregation.tests.AggregateTestCase.test_even_more_aggregate" ,
94
+ "aggregation.tests.AggregateTestCase.test_grouped_annotation_in_group_by" ,
95
+ "aggregation.tests.AggregateTestCase.test_non_grouped_annotation_not_in_group_by" ,
96
+ "aggregation_regress.tests.AggregationTests.test_aggregate_fexpr" ,
97
+ "annotations.tests.NonAggregateAnnotationTestCase.test_annotation_subquery_and_aggregate_values_chaining" ,
98
+ "annotations.tests.NonAggregateAnnotationTestCase.test_values_fields_annotations_order" ,
99
+ "queries.test_qs_combinators.QuerySetSetOperationTests.test_union_multiple_models_with_values_and_datetime_annotations" ,
100
+ "queries.test_qs_combinators.QuerySetSetOperationTests.test_union_multiple_models_with_values_list_and_datetime_annotations" ,
101
+ "queries.test_qs_combinators.QuerySetSetOperationTests.test_union_multiple_models_with_values_list_and_annotations" ,
102
+ "queries.test_qs_combinators.QuerySetSetOperationTests.test_union_with_field_and_annotation_values" ,
103
+ "queries.test_qs_combinators.QuerySetSetOperationTests.test_union_with_two_annotated_values_list" ,
104
+ "queries.tests.Queries1Tests.test_union_values_subquery" ,
105
+ # To be ticketed
106
+ "expressions.tests.ExpressionOperatorTests.test_right_hand_division" ,
92
107
}
93
108
# $bitAnd, #bitOr, and $bitXor are new in MongoDB 6.3.
94
109
_django_test_expected_failures_bitwise = {
0 commit comments