Commit 25bd32bc by J. Cliff Dyer

Annotate flaky decorators with ticket numbers.

parent 988bfa04
......@@ -256,7 +256,7 @@ class AccountSettingsPageTest(AccountSettingsTestMixin, WebAppTest):
"""
self._test_readonly_field('username', 'Username', self.username)
@flaky
@flaky # TNL-5691
def test_full_name_field(self):
"""
Test behaviour of "Full Name" field.
......
......@@ -263,7 +263,7 @@ class ProctoredExamTest(UniqueCourseTest):
LogoutPage(self.browser).visit()
@flaky
@flaky # TNL-5643
@ddt.data(True, False)
def test_timed_exam_flow(self, hide_after_due):
"""
......
......@@ -61,7 +61,7 @@ class MatlabProblemTest(ProblemsTest):
self.assertEqual(matlab_problem_page.problem_name, 'Test Matlab Problem')
return matlab_problem_page
@flaky
@flaky # TNL-4132
def test_run_code(self):
"""
Test "Run Code" button functionality.
......
......@@ -79,7 +79,7 @@ class UsersCanAddUpdatesTest(StudioCourseTest):
self.assertFalse(self.course_updates_page.is_first_update_message('Hello'))
self.assertTrue(self.course_updates_page.is_first_update_message('Goodbye'))
@flaky
@flaky # TNL-5582
def test_delete_course_update(self):
"""
Scenario: Users can delete updates
......
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