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

Flag test as flaky.
This commit is contained in:
Ben Patterson
2015-05-04 09:38:09 -04:00

View File

@@ -4,6 +4,8 @@ E2E tests for the LMS.
"""
import time
from flaky import flaky
from .helpers import UniqueCourseTest
from ..pages.studio.auto_auth import AutoAuthPage
from ..pages.lms.courseware import CoursewarePage
@@ -120,6 +122,7 @@ class AnnotatableProblemTest(UniqueCourseTest):
)
return annotation_component_page
@flaky # TODO fix TNL-1590
def test_annotation_component(self):
"""
Test annotation components links to annotation problems.