Skip to content

Commit

Permalink
known failures
Browse files Browse the repository at this point in the history
  • Loading branch information
timgraham committed Dec 23, 2024
1 parent c86a77b commit 82f5d37
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions django_snowflake/features.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,11 @@ class DatabaseFeatures(BaseDatabaseFeatures):
'bulk_create.tests.BulkCreateTests.test_zero_as_autoval',
# Snowflake returns 'The Name::42.00000'.
'db_functions.text.test_concat.ConcatTests.test_concat_non_str',
# To debug (wrong results):
# https://github.com/django/django/commit/b28438f379049e5ee1a89067e9cc14b7d0da07c
"model_fields.test_jsonfield.TestQuerying.test_lookups_special_chars",
# SQL compilation error: syntax error line 1 at position 279 unexpected 'MODEL_FIELDS_NULLABLEJSONMODEL'.
"model_fields.test_jsonfield.TestQuerying.test_lookups_special_chars_double_quotes",
}

django_test_skips = {
Expand Down

0 comments on commit 82f5d37

Please sign in to comment.