Commit b95dadcf by Eric Fischer

Merge pull request #11874 from edx/efischer/mark_flaky

Mark test as flaky TNL-4272
parents e2c4131a 9e71e3f3
...@@ -6,6 +6,8 @@ See also old lettuce tests in lms/djangoapps/courseware/features/problems.featur ...@@ -6,6 +6,8 @@ See also old lettuce tests in lms/djangoapps/courseware/features/problems.featur
""" """
from textwrap import dedent from textwrap import dedent
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
...@@ -358,6 +360,7 @@ class LogoutDuringAnswering(ProblemsTest): ...@@ -358,6 +360,7 @@ class LogoutDuringAnswering(ProblemsTest):
""" """
self.browser.delete_cookie('sessionid') self.browser.delete_cookie('sessionid')
@flaky # TNL-4272
def test_logout_after_click_redirect(self): def test_logout_after_click_redirect(self):
""" """
1) User goes to a problem page. 1) User goes to a problem page.
......
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