diff --git a/common/djangoapps/util/tests/test_db.py b/common/djangoapps/util/tests/test_db.py index ecfc4c02e21a1c7fc834d7ffdb0539d27fcb8c89..3df590fc95ad6acc4d58767fe6814e2dcdfe9c51 100644 --- a/common/djangoapps/util/tests/test_db.py +++ b/common/djangoapps/util/tests/test_db.py @@ -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): """