Commit 8b321481 by Douglas Hall

Merge pull request #11137 from edx/hasnain-naveed/SOL-1182-final

SOL-1182 / Bokchoy-test
parents 45d4d172 b7d7e4d5
...@@ -254,7 +254,6 @@ class ProctoredExamsTest(BaseInstructorDashboardTest): ...@@ -254,7 +254,6 @@ class ProctoredExamsTest(BaseInstructorDashboardTest):
# Stop the timed exam. # Stop the timed exam.
self.courseware_page.stop_timed_exam() self.courseware_page.stop_timed_exam()
@flaky # TODO fix this SOL-1182
def test_can_add_remove_allowance(self): def test_can_add_remove_allowance(self):
""" """
Make sure that allowances can be added and removed. Make sure that allowances can be added and removed.
...@@ -272,7 +271,6 @@ class ProctoredExamsTest(BaseInstructorDashboardTest): ...@@ -272,7 +271,6 @@ class ProctoredExamsTest(BaseInstructorDashboardTest):
# Then I can add Allowance to that exam for a student # Then I can add Allowance to that exam for a student
self.assertTrue(allowance_section.is_add_allowance_button_visible) self.assertTrue(allowance_section.is_add_allowance_button_visible)
@flaky # TODO fix this SOL-1182
def test_can_reset_attempts(self): def test_can_reset_attempts(self):
""" """
Make sure that Exam attempts are visible and can be reset. Make sure that Exam attempts are visible and can be reset.
......
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