Skip to content

Commit 7cb95fa

Browse files
committed
Add UniqueConstraintTests.test_validate_case_when to expected failures
1 parent 4247cea commit 7cb95fa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

django_mongodb_backend/features.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,8 @@ class DatabaseFeatures(GISFeatures, BaseDatabaseFeatures):
9494
# Value.as_mql() doesn't call output_field.get_db_prep_save():
9595
# https://github.com/mongodb/django-mongodb-backend/issues/282
9696
"model_fields.test_jsonfield.TestSaveLoad.test_bulk_update_custom_get_prep_value",
97+
# To debug: https://github.com/mongodb/django-mongodb-backend/issues/362
98+
"constraints.tests.UniqueConstraintTests.test_validate_case_when",
9799
}
98100
# $bitAnd, #bitOr, and $bitXor are new in MongoDB 6.3.
99101
_django_test_expected_failures_bitwise = {

0 commit comments

Comments
 (0)