Mark test as flaky TNL-4272

This commit is contained in:
Eric Fischer
2016-03-22 09:56:37 -04:00
parent e2c4131a5d
commit 9e71e3f311

View File

@@ -6,6 +6,8 @@ See also old lettuce tests in lms/djangoapps/courseware/features/problems.featur
"""
from textwrap import dedent
from flaky import flaky
from ..helpers import UniqueCourseTest
from ...pages.studio.auto_auth import AutoAuthPage
from ...pages.lms.courseware import CoursewarePage
@@ -358,6 +360,7 @@ class LogoutDuringAnswering(ProblemsTest):
"""
self.browser.delete_cookie('sessionid')
@flaky # TNL-4272
def test_logout_after_click_redirect(self):
"""
1) User goes to a problem page.