Merge pull request #10447 from edx/cdodge/mark-test-as-flakey2
mark test_can_reset_attempts as flakey as it sporadically fails
This commit is contained in:
@@ -244,7 +244,7 @@ class ProctoredExamsTest(BaseInstructorDashboardTest):
|
||||
# Stop the timed exam.
|
||||
self.courseware_page.stop_timed_exam()
|
||||
|
||||
@flaky # TODO fix this SOL-1183
|
||||
@flaky # TODO fix this SOL-1182
|
||||
def test_can_add_remove_allowance(self):
|
||||
"""
|
||||
Make sure that allowances can be added and removed.
|
||||
@@ -262,6 +262,7 @@ class ProctoredExamsTest(BaseInstructorDashboardTest):
|
||||
# Then I can add Allowance to that exam for a student
|
||||
self.assertTrue(allowance_section.is_add_allowance_button_visible)
|
||||
|
||||
@flaky # TODO fix this SOL-1182
|
||||
def test_can_reset_attempts(self):
|
||||
"""
|
||||
Make sure that Exam attempts are visible and can be reset.
|
||||
|
||||
Reference in New Issue
Block a user