Skip to content

Commit ffe9f62

Browse files
committed
Add test_ordering_select_related_collision as a expected failures.
1 parent b58cdf6 commit ffe9f62

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

django_mongodb/features.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ class DatabaseFeatures(BaseDatabaseFeatures):
6161
"model_fields.test_jsonfield.TestQuerying.test_order_grouping_custom_decoder",
6262
"model_fields.test_jsonfield.TestQuerying.test_ordering_by_transform",
6363
"model_fields.test_jsonfield.TestQuerying.test_ordering_grouping_by_key_transform",
64+
# Ordering 'OrderBy' is not iterable
65+
"ordering.tests.OrderingTests.test_ordering_select_related_collision",
6466
}
6567
# $bitAnd, #bitOr, and $bitXor are new in MongoDB 6.3.
6668
_django_test_expected_failures_bitwise = {

0 commit comments

Comments
 (0)