Skip test broken on master. Sent to team for review.

This commit is contained in:
Ben Patterson
2014-11-06 08:56:55 -05:00
parent 5491418cd5
commit bba4014d1e

View File

@@ -4,6 +4,7 @@ Tests for users API
import ddt
from rest_framework.test import APITestCase
from unittest import skip
from xmodule.modulestore.tests.factories import CourseFactory
from xmodule.modulestore.tests.django_utils import ModuleStoreTestCase
from xmodule.modulestore.django import modulestore
@@ -127,6 +128,7 @@ class TestUserApi(ModuleStoreTestCase, APITestCase):
self.assertEqual(serialized['course']['number'], self.course.id.course)
self.assertEqual(serialized['course']['org'], self.course.id.org)
@skip("Broken as part of a merge from release. See MA-117")
def test_course_serializer_with_display_overrides(self):
self.course.display_coursenumber = "overridden_number"
self.course.display_organization = "overridden_org"