Skip to content
Snippets Groups Projects
Unverified Commit 636af346 authored by Feanil Patel's avatar Feanil Patel
Browse files

Don't skip the migration test.

parent 63f8167d
Branches
Tags
No related merge requests found
......@@ -222,7 +222,6 @@ class MigrationTests(TestCase):
"""
Tests for migrations.
"""
@unittest.skip("Migration will delete a model. Need to ship not referencing it first. DEPR-41.")
@override_settings(MIGRATION_MODULES={})
def test_migrations_are_in_sync(self):
"""
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment