Skip to content

Commit 0ff8e0e

Browse files
committed
Add test_ordering_select_related_collision as a expected failures.
1 parent 2fd79cf commit 0ff8e0e

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
@@ -68,6 +68,8 @@ class DatabaseFeatures(BaseDatabaseFeatures):
6868
"model_fields.test_jsonfield.TestQuerying.test_order_grouping_custom_decoder",
6969
"model_fields.test_jsonfield.TestQuerying.test_ordering_by_transform",
7070
"model_fields.test_jsonfield.TestQuerying.test_ordering_grouping_by_key_transform",
71+
# Ordering 'OrderBy' is not iterable
72+
"ordering.tests.OrderingTests.test_ordering_select_related_collision",
7173
}
7274
# $bitAnd, #bitOr, and $bitXor are new in MongoDB 6.3.
7375
_django_test_expected_failures_bitwise = {

0 commit comments

Comments
 (0)