Merge pull request #22827 from edx/awais786/migration-test

Bom-1146
This commit is contained in:
Awais Qureshi
2020-01-13 21:37:23 +05:00
committed by GitHub

View File

@@ -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):
"""