Commit 5d128f32 by Marko Jevtic

[TNL-5709] Mark a test as flaky

parent c943d42b
...@@ -3,6 +3,8 @@ Test Help links in LMS ...@@ -3,6 +3,8 @@ Test Help links in LMS
""" """
import json import json
from flaky import flaky
from common.test.acceptance.tests.studio.base_studio_test import ContainerBase from common.test.acceptance.tests.studio.base_studio_test import ContainerBase
from common.test.acceptance.pages.lms.instructor_dashboard import InstructorDashboardPage from common.test.acceptance.pages.lms.instructor_dashboard import InstructorDashboardPage
from common.test.acceptance.fixtures import LMS_BASE_URL from common.test.acceptance.fixtures import LMS_BASE_URL
...@@ -68,6 +70,7 @@ class TestCohortHelp(ContainerBase): ...@@ -68,6 +70,7 @@ class TestCohortHelp(ContainerBase):
self.verify_help_link(href) self.verify_help_link(href)
@flaky # TODO fix this, see TNL-5709
def test_automatic_cohort_help(self): def test_automatic_cohort_help(self):
""" """
Scenario: Help in 'What does it mean?' is correct when we create cohort automatically. Scenario: Help in 'What does it mean?' is correct when we create cohort automatically.
......
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