Skip to content

Commit 29a1d97

Browse files
committed
remove unused _django_test_expected_failures_queryable_encryption
1 parent 765cd4f commit 29a1d97

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

django_mongodb_backend/features.py

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -97,18 +97,6 @@ class DatabaseFeatures(BaseDatabaseFeatures):
9797
"expressions.tests.ExpressionOperatorTests.test_lefthand_transformed_field_bitwise_or",
9898
}
9999

100-
_django_test_expected_failures_queryable_encryption = {
101-
"encryption.tests.EncryptedFieldTests.test_get_encrypted_fields_map_method",
102-
"encryption.tests.EncryptedFieldTests.test_get_encrypted_fields_map_command",
103-
"encryption.tests.EncryptedFieldTests.test_set_encrypted_fields_map_in_client",
104-
"encryption.tests.EncryptedFieldTests.test_appointment",
105-
"encryption.tests.EncryptedFieldTests.test_billing",
106-
"encryption.tests.EncryptedFieldTests.test_patientportaluser",
107-
"encryption.tests.EncryptedFieldTests.test_patientrecord",
108-
"encryption.tests.EncryptedFieldTests.test_patient",
109-
"encryption.tests.EncryptedFieldTests.test_env",
110-
}
111-
112100
@cached_property
113101
def django_test_expected_failures(self):
114102
expected_failures = super().django_test_expected_failures

0 commit comments

Comments
 (0)