Commit 1bbde007 by Attiya Ishaque Committed by GitHub

Merge pull request #15083 from edx/ai/EDUCATOR-293-remove-flaky

EDUCATOR-293 Remove flaky decorator from test_proctored_exam_flow.
parents f3153651 377283a3
...@@ -238,7 +238,6 @@ class ProctoredExamTest(UniqueCourseTest): ...@@ -238,7 +238,6 @@ class ProctoredExamTest(UniqueCourseTest):
self.studio_course_outline.open_subsection_settings_dialog() self.studio_course_outline.open_subsection_settings_dialog()
self.assertTrue(self.studio_course_outline.proctoring_items_are_displayed()) self.assertTrue(self.studio_course_outline.proctoring_items_are_displayed())
@flaky # TODO fix this, see TNL-6906
def test_proctored_exam_flow(self): def test_proctored_exam_flow(self):
""" """
Given that I am a staff member on the exam settings section Given that I am a staff member on the exam settings section
......
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