From a2ab14d75638a50364b654af7d07ff24ea6d9eeb Mon Sep 17 00:00:00 2001 From: Awais Qureshi Date: Mon, 13 Jan 2020 20:27:53 +0500 Subject: [PATCH] Bom-1146 Enabling 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 ef65221ff6..ddeea5cb0f 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("Due to some recent schema changes this test is failing. Temporarily skipping it.") @override_settings(MIGRATION_MODULES={}) def test_migrations_are_in_sync(self): """