diff --git a/common/djangoapps/util/tests/test_db.py b/common/djangoapps/util/tests/test_db.py index dd5d19f100..5b080acf98 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): """