From e950f44e223e27848269da24d70c9210ea9b3fc9 Mon Sep 17 00:00:00 2001 From: Andy Shultz Date: Tue, 20 Jul 2021 16:49:43 -0400 Subject: [PATCH] chore: temporarily skip migration test to allow column removal proctoring version update disconnects the IP columns, next version will drop them MST-872 --- common/djangoapps/util/tests/test_db.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/common/djangoapps/util/tests/test_db.py b/common/djangoapps/util/tests/test_db.py index f3e3db4539..9145b250c0 100644 --- a/common/djangoapps/util/tests/test_db.py +++ b/common/djangoapps/util/tests/test_db.py @@ -197,6 +197,9 @@ class MigrationTests(TestCase): """ @override_settings(MIGRATION_MODULES={}) + @unittest.skip( + "Temporary skip for MST-872 while the ip and name columns are removed from proctored exam attempt" + ) def test_migrations_are_in_sync(self): """ Tests that the migration files are in sync with the models.