Skip to content

Commit

Permalink
Skip test_has_key_literal_lookup (security fix) & test_rename_index_u…
Browse files Browse the repository at this point in the history
…nnamed_index (readded)
  • Loading branch information
timgraham committed Dec 23, 2024
1 parent 1b867ef commit bf408a1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions django_snowflake/features.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ class DatabaseFeatures(BaseDatabaseFeatures):
'model_fields.test_jsonfield.TestQuerying.test_key_in',
# Invalid argument types for function 'GET': (VARCHAR(14), VARCHAR(3))
'constraints.tests.CheckConstraintTests.test_validate_jsonfield_exact',
'model_fields.test_jsonfield.TestQuerying.test_has_key_literal_lookup',
'model_fields.test_jsonfield.TestQuerying.test_literal_annotation_filtering',
# This isn't compatible with the SELECT ... FROM VALUES workaround
# for inserting JSON data. In other words, this query doesn't work:
Expand Down Expand Up @@ -195,6 +196,7 @@ class DatabaseFeatures(BaseDatabaseFeatures):
'migrations.test_operations.OperationTests.test_alter_field_with_index',
'migrations.test_operations.OperationTests.test_remove_index',
'migrations.test_operations.OperationTests.test_rename_index',
'migrations.test_operations.OperationTests.test_rename_index_unnamed_index',
'schema.tests.SchemaTests.test_add_remove_index',
'schema.tests.SchemaTests.test_alter_field_add_index_to_integerfield',
'schema.tests.SchemaTests.test_index_together',
Expand Down

0 comments on commit bf408a1

Please sign in to comment.