Skip to content

Commit c4f8bbe

Browse files
committed
Add test_ordering_select_related_collision as a expected failures.
1 parent f6f463d commit c4f8bbe

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
@@ -63,6 +63,8 @@ class DatabaseFeatures(BaseDatabaseFeatures):
6363
"model_fields.test_jsonfield.TestQuerying.test_order_grouping_custom_decoder",
6464
"model_fields.test_jsonfield.TestQuerying.test_ordering_by_transform",
6565
"model_fields.test_jsonfield.TestQuerying.test_ordering_grouping_by_key_transform",
66+
# Ordering 'OrderBy' is not iterable
67+
"ordering.tests.OrderingTests.test_ordering_select_related_collision",
6668
}
6769
# $bitAnd, #bitOr, and $bitXor are new in MongoDB 6.3.
6870
_django_test_expected_failures_bitwise = {

0 commit comments

Comments
 (0)