Skip to content

Commit bfbe6f0

Browse files
committed
Add expected failure text, Integrity indexes aren't in MongoDB.
1 parent f92b9ed commit bfbe6f0

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
@@ -76,6 +76,8 @@ class DatabaseFeatures(BaseDatabaseFeatures):
7676
"expressions_case.tests.CaseExpressionTests.test_update_uuid",
7777
# Raise exception when try to update unsaved objects.
7878
"expressions.tests.BasicExpressionsTests.test_object_update_unsaved_objects",
79+
# Integrity indexes aren't in MongoDB.
80+
"model_fields.test_integerfield.PositiveIntegerFieldTests.test_negative_values",
7981
}
8082
# $bitAnd, #bitOr, and $bitXor are new in MongoDB 6.3.
8183
_django_test_expected_failures_bitwise = {

0 commit comments

Comments
 (0)