Skip to content

Commit dda703a

Browse files
committed
known failures
1 parent fe56de1 commit dda703a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

django_mongodb/features.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,12 @@ class DatabaseFeatures(BaseDatabaseFeatures):
8989
"auth_tests.test_views.LoginTest.test_login_session_without_hash_session_key",
9090
# GenericRelation.value_to_string() assumes integer pk.
9191
"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_regress.tests.AggregationTests.test_aggregate_fexpr",
96+
# To be ticketed
97+
"expressions.tests.ExpressionOperatorTests.test_right_hand_division",
9298
}
9399
# $bitAnd, #bitOr, and $bitXor are new in MongoDB 6.3.
94100
_django_test_expected_failures_bitwise = {

0 commit comments

Comments
 (0)