ENT-2310, ENT-1289 | Running make upgrade to bump edx-enterprise to 2… (#21916)

* ENT-2310, ENT-1289 | Running make upgrade to bump edx-enterprise to 2.0.0 (and 1.11.0)

* Skipping db_migration test for first part of removal of enterprisecustomerentitlements
This commit is contained in:
Chris Pappas
2019-10-03 16:55:55 -04:00
committed by GitHub
parent 7de7bcb398
commit 69bb6b582b
4 changed files with 18 additions and 17 deletions

View File

@@ -223,6 +223,7 @@ 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):
"""