diff --git a/common/djangoapps/util/tests/test_db.py b/common/djangoapps/util/tests/test_db.py index dd5d19f1004820d43dadb000805d13fa64572147..5b080acf98251ea86579e347863dd740e3d6558b 100644 --- a/common/djangoapps/util/tests/test_db.py +++ b/common/djangoapps/util/tests/test_db.py @@ -223,7 +223,6 @@ class MigrationTests(TestCase): Tests for migrations. """ - @unittest.skip("Migration in edx-enterprise has deletes. Removing all references first. ENT-1289.") @override_settings(MIGRATION_MODULES={}) def test_migrations_are_in_sync(self): """