Skip to content

Commit e1357a2

Browse files
committed
known failures
1 parent 6447e09 commit e1357a2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

django_snowflake/features.py

+5
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,11 @@ class DatabaseFeatures(BaseDatabaseFeatures):
164164
'bulk_create.tests.BulkCreateTests.test_zero_as_autoval',
165165
# Snowflake returns 'The Name::42.00000'.
166166
'db_functions.text.test_concat.ConcatTests.test_concat_non_str',
167+
# To debug (wrong results):
168+
# https://github.com/django/django/commit/b28438f379049e5ee1a89067e9cc14b7d0da07c
169+
"model_fields.test_jsonfield.TestQuerying.test_lookups_special_chars",
170+
# SQL compilation error: syntax error line 1 at position 279 unexpected 'MODEL_FIELDS_NULLABLEJSONMODEL'.
171+
"model_fields.test_jsonfield.TestQuerying.test_lookups_special_chars_double_quotes",
167172
}
168173

169174
django_test_skips = {

0 commit comments

Comments
 (0)