Commit 7a3975fe by cahrens

Remove skip-- test passed 60 times in Jenkins.

TNL-1590
parent ec023c22
......@@ -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.
......
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