diff --git a/cms/djangoapps/contentstore/management/commands/tests/test_course_id_clash.py b/cms/djangoapps/contentstore/management/commands/tests/test_course_id_clash.py index ba8662795d..5ef5756ad6 100644 --- a/cms/djangoapps/contentstore/management/commands/tests/test_course_id_clash.py +++ b/cms/djangoapps/contentstore/management/commands/tests/test_course_id_clash.py @@ -3,9 +3,7 @@ from StringIO import StringIO from django.test import TestCase from django.core.management import call_command from xmodule.modulestore.tests.factories import CourseFactory -from nose.plugins.skip import SkipTest -@SkipTest class ClashIdTestCase(TestCase): """ Test for course_id_clash.