Skip to content

Commit 6a82d61

Browse files
committed
Add test_ordering_select_related_collision as a expected failures.
1 parent 87633a9 commit 6a82d61

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
@@ -72,6 +72,8 @@ class DatabaseFeatures(BaseDatabaseFeatures):
7272
"model_fields.test_jsonfield.TestQuerying.test_order_grouping_custom_decoder",
7373
"model_fields.test_jsonfield.TestQuerying.test_ordering_by_transform",
7474
"model_fields.test_jsonfield.TestQuerying.test_ordering_grouping_by_key_transform",
75+
# Ordering 'OrderBy' is not iterable
76+
"ordering.tests.OrderingTests.test_ordering_select_related_collision",
7577
}
7678
# $bitAnd, #bitOr, and $bitXor are new in MongoDB 6.3.
7779
_django_test_expected_failures_bitwise = {

0 commit comments

Comments
 (0)