Skip to content

Commit 12cebdb

Browse files
committed
Add expected failure text, Integrity indexes aren't in MongoDB.
1 parent bd18fc7 commit 12cebdb

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
@@ -66,6 +66,8 @@ class DatabaseFeatures(BaseDatabaseFeatures):
6666
"expressions_case.tests.CaseExpressionTests.test_update_uuid",
6767
# Raise exception when try to update unsaved objects.
6868
"expressions.tests.BasicExpressionsTests.test_object_update_unsaved_objects",
69+
# Integrity indexes aren't in MongoDB.
70+
"model_fields.test_integerfield.PositiveIntegerFieldTests.test_negative_values",
6971
}
7072
# $bitAnd, #bitOr, and $bitXor are new in MongoDB 6.3.
7173
_django_test_expected_failures_bitwise = {

0 commit comments

Comments
 (0)