From 85203e813475610f358ad980c0f2e45ad69188f5 Mon Sep 17 00:00:00 2001 From: Will Daly Date: Mon, 4 Nov 2013 16:15:20 -0500 Subject: [PATCH] Enabled course id clash command tests --- .../management/commands/tests/test_course_id_clash.py | 2 -- 1 file changed, 2 deletions(-) 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.