Remove skip-- test passed 60 times in Jenkins.

TNL-1590
This commit is contained in:
cahrens
2015-10-08 15:48:57 -04:00
parent ec023c22e6
commit 7a3975fe3f

View File

@@ -2,7 +2,6 @@
"""
E2E tests for the LMS.
"""
from unittest import skip
from .helpers import UniqueCourseTest
from ..pages.studio.auto_auth import AutoAuthPage
@@ -119,7 +118,6 @@ class AnnotatableProblemTest(UniqueCourseTest):
)
return annotation_component_page
@skip # TODO fix TNL-1590
def test_annotation_component(self):
"""
Test annotation components links to annotation problems.