File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -97,18 +97,6 @@ class DatabaseFeatures(BaseDatabaseFeatures):
97
97
"expressions.tests.ExpressionOperatorTests.test_lefthand_transformed_field_bitwise_or" ,
98
98
}
99
99
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
-
112
100
@cached_property
113
101
def django_test_expected_failures (self ):
114
102
expected_failures = super ().django_test_expected_failures
You can’t perform that action at this time.
0 commit comments