From 636af346d58664fa79f1e17e42d8acb8c184849e Mon Sep 17 00:00:00 2001
From: Feanil Patel <feanil@edx.org>
Date: Fri, 26 Jul 2019 16:27:14 -0400
Subject: [PATCH] Don't skip the migration test.

---
 common/djangoapps/util/tests/test_db.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/common/djangoapps/util/tests/test_db.py b/common/djangoapps/util/tests/test_db.py
index ecfc4c02e21..3df590fc95a 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):
         """
-- 
GitLab