Skip to content

Commit ae62ff7

Browse files
committed
skip for now
1 parent 6c6699e commit ae62ff7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

django_snowflake/features.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,8 @@ class DatabaseFeatures(BaseDatabaseFeatures):
190190
},
191191
'Snowflake does not enforce UNIQUE constraints.': {
192192
'auth_tests.test_basic.BasicTestCase.test_unicode_username',
193+
# pending: https://github.com/django/django/pull/19405#pullrequestreview-3513273017
194+
'auth_tests.test_management.PermissionRenameOperationsTests.test_rename_permission_conflict',
193195
'auth_tests.test_migrations.ProxyModelWithSameAppLabelTests.test_migrate_with_existing_target_permission',
194196
'composite_pk.test_create.CompositePKCreateTests.test_save_default_pk_set',
195197
'composite_pk.tests.CompositePKTests.test_error_on_comment_pk_conflict',

0 commit comments

Comments
 (0)