From 0847f8c24ec341c2636c15d2ced7b726393bf5f7 Mon Sep 17 00:00:00 2001 From: Ben Patterson Date: Mon, 4 May 2015 07:00:57 -0400 Subject: [PATCH] Flag test as flaky. --- common/test/acceptance/tests/test_annotatable.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/common/test/acceptance/tests/test_annotatable.py b/common/test/acceptance/tests/test_annotatable.py index 692313fd17..d4702d5fef 100644 --- a/common/test/acceptance/tests/test_annotatable.py +++ b/common/test/acceptance/tests/test_annotatable.py @@ -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.