Commit fad6ad77 by Ben Patterson

Merge pull request #7899 from edx/benp/annotation-flaky

Flag test as flaky.
parents 4f5aeb3f 0847f8c2
...@@ -4,6 +4,8 @@ E2E tests for the LMS. ...@@ -4,6 +4,8 @@ E2E tests for the LMS.
""" """
import time import time
from flaky import flaky
from .helpers import UniqueCourseTest from .helpers import UniqueCourseTest
from ..pages.studio.auto_auth import AutoAuthPage from ..pages.studio.auto_auth import AutoAuthPage
from ..pages.lms.courseware import CoursewarePage from ..pages.lms.courseware import CoursewarePage
...@@ -120,6 +122,7 @@ class AnnotatableProblemTest(UniqueCourseTest): ...@@ -120,6 +122,7 @@ class AnnotatableProblemTest(UniqueCourseTest):
) )
return annotation_component_page return annotation_component_page
@flaky # TODO fix TNL-1590
def test_annotation_component(self): def test_annotation_component(self):
""" """
Test annotation components links to annotation problems. 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