Skip to content

Commit

Permalink
chore: enabling migrations syncing test. (#32941)
Browse files Browse the repository at this point in the history
  • Loading branch information
awais786 authored Aug 9, 2023
1 parent e0cee84 commit 14d2cc8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions common/djangoapps/util/tests/test_db.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from io import StringIO

import ddt
import pytest

from django.core.management import call_command
from django.db.transaction import TransactionManagementError, atomic
from django.test import TestCase, TransactionTestCase
Expand Down Expand Up @@ -121,7 +121,6 @@ class MigrationTests(TestCase):
Tests for migrations.
"""

@pytest.mark.skip(reason="Upgrading django-simple-history without adding migrations.")
@override_settings(MIGRATION_MODULES={})
def test_migrations_are_in_sync(self):
"""
Expand Down

0 comments on commit 14d2cc8

Please sign in to comment.