Skip to content

Commit bf408a1

Browse files
committed
Skip test_has_key_literal_lookup (security fix) & test_rename_index_unnamed_index (readded)
1 parent 1b867ef commit bf408a1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

django_snowflake/features.py

+2
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ class DatabaseFeatures(BaseDatabaseFeatures):
134134
'model_fields.test_jsonfield.TestQuerying.test_key_in',
135135
# Invalid argument types for function 'GET': (VARCHAR(14), VARCHAR(3))
136136
'constraints.tests.CheckConstraintTests.test_validate_jsonfield_exact',
137+
'model_fields.test_jsonfield.TestQuerying.test_has_key_literal_lookup',
137138
'model_fields.test_jsonfield.TestQuerying.test_literal_annotation_filtering',
138139
# This isn't compatible with the SELECT ... FROM VALUES workaround
139140
# for inserting JSON data. In other words, this query doesn't work:
@@ -195,6 +196,7 @@ class DatabaseFeatures(BaseDatabaseFeatures):
195196
'migrations.test_operations.OperationTests.test_alter_field_with_index',
196197
'migrations.test_operations.OperationTests.test_remove_index',
197198
'migrations.test_operations.OperationTests.test_rename_index',
199+
'migrations.test_operations.OperationTests.test_rename_index_unnamed_index',
198200
'schema.tests.SchemaTests.test_add_remove_index',
199201
'schema.tests.SchemaTests.test_alter_field_add_index_to_integerfield',
200202
'schema.tests.SchemaTests.test_index_together',

0 commit comments

Comments
 (0)