Commit 2c7cdbff by cahrens

Mark test as flaky.

TNL-4590
parent 9f1971ce
...@@ -13,6 +13,7 @@ from ...pages.lms.course_nav import CourseNavPage ...@@ -13,6 +13,7 @@ from ...pages.lms.course_nav import CourseNavPage
from ...pages.lms.courseware import CoursewarePage from ...pages.lms.courseware import CoursewarePage
from ...pages.lms.edxnotes import EdxNotesUnitPage, EdxNotesPage, EdxNotesPageNoContent from ...pages.lms.edxnotes import EdxNotesUnitPage, EdxNotesPage, EdxNotesPageNoContent
from ...fixtures.edxnotes import EdxNotesFixture, Note, Range from ...fixtures.edxnotes import EdxNotesFixture, Note, Range
from flaky import flaky
class EdxNotesTestMixin(UniqueCourseTest): class EdxNotesTestMixin(UniqueCourseTest):
...@@ -841,6 +842,7 @@ class EdxNotesPageTest(EventsTestMixin, EdxNotesTestMixin): ...@@ -841,6 +842,7 @@ class EdxNotesPageTest(EventsTestMixin, EdxNotesTestMixin):
self.assert_viewed_event('Tags') self.assert_viewed_event('Tags')
@flaky # TNL-4590
def test_easy_access_from_notes_page(self): def test_easy_access_from_notes_page(self):
""" """
Scenario: Ensure that the link to the Unit works correctly. Scenario: Ensure that the link to the Unit works correctly.
......
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