Skip to content

Commit bec0ec5

Browse files
committed
add expected failures
1 parent 4631c69 commit bec0ec5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

django_mongodb_backend/features.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,12 @@ class DatabaseFeatures(GISFeatures, BaseDatabaseFeatures):
105105
"aggregation.tests.AggregateTestCase.test_string_agg_filter",
106106
"aggregation.tests.AggregateTestCase.test_string_agg_filter_in_subquery",
107107
"aggregation.tests.AggregateTestCase.test_stringagg_default_value",
108+
# bulk_create() population of _order not implemented.
109+
# https://github.com/django/django/commit/953095d1e603fe0f8f01175b1409ca23818dcff9
110+
"contenttypes_tests.test_order_with_respect_to.OrderWithRespectToGFKTests.test_bulk_create_allows_duplicate_order_values",
111+
"contenttypes_tests.test_order_with_respect_to.OrderWithRespectToGFKTests.test_bulk_create_mixed_scenario",
112+
"contenttypes_tests.test_order_with_respect_to.OrderWithRespectToGFKTests.test_bulk_create_respects_mixed_manual_order",
113+
"contenttypes_tests.test_order_with_respect_to.OrderWithRespectToGFKTests.test_bulk_create_with_existing_children",
108114
}
109115
# $bitAnd, #bitOr, and $bitXor are new in MongoDB 6.3.
110116
_django_test_expected_failures_bitwise = {

0 commit comments

Comments
 (0)