Commit 32a6df0f by Don Mitchell

Skipping new test until Jenkins mongo updated to >= 2.2

parent 5fa44123
...@@ -3,7 +3,9 @@ from StringIO import StringIO ...@@ -3,7 +3,9 @@ from StringIO import StringIO
from django.test import TestCase from django.test import TestCase
from django.core.management import call_command from django.core.management import call_command
from xmodule.modulestore.tests.factories import CourseFactory from xmodule.modulestore.tests.factories import CourseFactory
from nose.plugins.skip import SkipTest
@SkipTest
class ClashIdTestCase(TestCase): class ClashIdTestCase(TestCase):
""" """
Test for course_id_clash. Test for course_id_clash.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment