Skip to content

Commit c5d33c5

Browse files
committed
Remove test_rename_permission_conflict from test skips
This test was removed from Django.
1 parent 66ec507 commit c5d33c5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

django_snowflake/features.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,6 @@ class DatabaseFeatures(BaseDatabaseFeatures):
190190
},
191191
'Snowflake does not enforce UNIQUE constraints.': {
192192
'auth_tests.test_basic.BasicTestCase.test_unicode_username',
193-
'auth_tests.test_management.PermissionRenameOperationsTests.test_rename_permission_conflict',
194193
'auth_tests.test_migrations.ProxyModelWithSameAppLabelTests.test_migrate_with_existing_target_permission',
195194
'composite_pk.test_create.CompositePKCreateTests.test_save_default_pk_set',
196195
'composite_pk.tests.CompositePKTests.test_error_on_comment_pk_conflict',

0 commit comments

Comments
 (0)