Commit 5e24225c by Hasnain Committed by Douglas Hall

Removing Flaky decorator from lms instructor dashboard test

parent 91fd6dbe
...@@ -290,7 +290,6 @@ class ProctoredExamsTest(BaseInstructorDashboardTest): ...@@ -290,7 +290,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. See SOL-1654, SOL-1183, and 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.
......
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