From b7d7e4d588c0ef5608ca8c4f1dc8bf9211ccbdf5 Mon Sep 17 00:00:00 2001 From: Hasnain Date: Tue, 5 Jan 2016 14:14:22 +0500 Subject: [PATCH] remove the flaky decorator. --- .../test/acceptance/tests/lms/test_lms_instructor_dashboard.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/common/test/acceptance/tests/lms/test_lms_instructor_dashboard.py b/common/test/acceptance/tests/lms/test_lms_instructor_dashboard.py index b5df4c85d1..57dcb0e8a8 100644 --- a/common/test/acceptance/tests/lms/test_lms_instructor_dashboard.py +++ b/common/test/acceptance/tests/lms/test_lms_instructor_dashboard.py @@ -254,7 +254,6 @@ class ProctoredExamsTest(BaseInstructorDashboardTest): # Stop the timed exam. self.courseware_page.stop_timed_exam() - @flaky # TODO fix this SOL-1182 def test_can_add_remove_allowance(self): """ Make sure that allowances can be added and removed. @@ -272,7 +271,6 @@ 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.