Skip to content

Commit

Permalink
known failures
Browse files Browse the repository at this point in the history
  • Loading branch information
timgraham committed Dec 16, 2024
1 parent fe56de1 commit de3b83d
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions django_mongodb/features.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,21 @@ class DatabaseFeatures(BaseDatabaseFeatures):
"auth_tests.test_views.LoginTest.test_login_session_without_hash_session_key",
# GenericRelation.value_to_string() assumes integer pk.
"contenttypes_tests.test_fields.GenericRelationTests.test_value_to_string",
# Broken by https://github.com/django/django/commit/65ad4ade74dc9208b9d686a451cd6045df0c9c3a
"aggregation.tests.AggregateTestCase.test_even_more_aggregate",
"aggregation.tests.AggregateTestCase.test_grouped_annotation_in_group_by",
"aggregation.tests.AggregateTestCase.test_non_grouped_annotation_not_in_group_by",
"aggregation_regress.tests.AggregationTests.test_aggregate_fexpr",
"annotations.tests.NonAggregateAnnotationTestCase.test_annotation_subquery_and_aggregate_values_chaining",
"annotations.tests.NonAggregateAnnotationTestCase.test_values_fields_annotations_order",
"queries.test_qs_combinators.QuerySetSetOperationTests.test_union_multiple_models_with_values_and_datetime_annotations",
"queries.test_qs_combinators.QuerySetSetOperationTests.test_union_multiple_models_with_values_list_and_datetime_annotations",
"queries.test_qs_combinators.QuerySetSetOperationTests.test_union_multiple_models_with_values_list_and_annotations",
"queries.test_qs_combinators.QuerySetSetOperationTests.test_union_with_field_and_annotation_values",
"queries.test_qs_combinators.QuerySetSetOperationTests.test_union_with_two_annotated_values_list",
"queries.tests.Queries1Tests.test_union_values_subquery",
# To be ticketed
"expressions.tests.ExpressionOperatorTests.test_right_hand_division",
}
# $bitAnd, #bitOr, and $bitXor are new in MongoDB 6.3.
_django_test_expected_failures_bitwise = {
Expand Down

0 comments on commit de3b83d

Please sign in to comment.