From 7f0b9bceff4c2beeaa104a28bf1223e94b96ad83 Mon Sep 17 00:00:00 2001 From: Jesse Zoldak Date: Tue, 1 Sep 2015 15:34:31 -0400 Subject: [PATCH] Decorate flaky test TNL-3183 --- common/test/acceptance/tests/lms/test_lms_problems.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/common/test/acceptance/tests/lms/test_lms_problems.py b/common/test/acceptance/tests/lms/test_lms_problems.py index c4a5a5d084..dd98ba37a5 100644 --- a/common/test/acceptance/tests/lms/test_lms_problems.py +++ b/common/test/acceptance/tests/lms/test_lms_problems.py @@ -5,6 +5,7 @@ Bok choy acceptance tests for problems in the LMS See also old lettuce tests in lms/djangoapps/courseware/features/problems.feature """ from textwrap import dedent +from flaky import flaky from ..helpers import UniqueCourseTest from ...pages.studio.auto_auth import AutoAuthPage @@ -191,6 +192,7 @@ class ProblemHintWithHtmlTest(ProblemsTest, EventsTestMixin): """) return XBlockFixtureDesc('problem', 'PROBLEM HTML HINT TEST', data=xml) + @flaky # TODO fix this, see TNL-3183 def test_check_hint(self): """ Test clicking Check shows the extended hint in the problem message.