Commit 05373433 by stu Committed by Ned Batchelder

mark test_open_note_when_accessed_from_notes_page as flaky

(cherry-picked from c0dd2b87)
parent 52fc790c
......@@ -1061,6 +1061,7 @@ class EdxNotesPageTest(EventsTestMixin, EdxNotesTestMixin):
self.assertNotIn(u"Search Results", self.notes_page.tabs)
self.assertEqual(len(self.notes_page.notes), 5)
@flaky #TODO: fix this, see TNL-6493
def test_open_note_when_accessed_from_notes_page(self):
"""
Scenario: Ensure that the link to the Unit opens a note only once.
......
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