From 3b7ab3f0e5e175f708f46162b6e363a7a8569a51 Mon Sep 17 00:00:00 2001 From: stu Date: Tue, 7 Feb 2017 23:48:42 -0500 Subject: [PATCH] mark test_can_create_note_with_tags as flaky --- common/test/acceptance/tests/lms/test_lms_edxnotes.py | 1 + 1 file changed, 1 insertion(+) diff --git a/common/test/acceptance/tests/lms/test_lms_edxnotes.py b/common/test/acceptance/tests/lms/test_lms_edxnotes.py index 058ad1f830..ea833adc47 100644 --- a/common/test/acceptance/tests/lms/test_lms_edxnotes.py +++ b/common/test/acceptance/tests/lms/test_lms_edxnotes.py @@ -274,6 +274,7 @@ class EdxNotesDefaultInteractionsTest(EdxNotesTestMixin): components = self.note_unit_page.components self.assert_notes_are_removed(components) + @flaky #TODO: fix this, see TNL-6494 def test_can_create_note_with_tags(self): """ Scenario: a user of notes can define one with tags