Skip to content

Commit

Permalink
Merge pull request #35413 from openedx/sameeramin/ENT-8971
Browse files Browse the repository at this point in the history
feat: skip `migrations_are_in_sync` test
  • Loading branch information
sameeramin authored Sep 2, 2024
2 parents 4736e9c + 14d2c4e commit a4168a7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions common/djangoapps/util/tests/test_db.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
"""Tests for util.db module."""

import unittest
from io import StringIO

import ddt
Expand Down Expand Up @@ -120,6 +121,9 @@ class MigrationTests(TestCase):
Tests for migrations.
"""

@unittest.skip(
"Temporary skip for ENT-8971 while the client id and secret columns in Canvas replaced."
)
@override_settings(MIGRATION_MODULES={})
def test_migrations_are_in_sync(self):
"""
Expand Down

0 comments on commit a4168a7

Please sign in to comment.