From 5e24225cd823fb9226db1dd9d579737513bf0a87 Mon Sep 17 00:00:00 2001 From: Hasnain Date: Fri, 4 Mar 2016 16:45:12 +0500 Subject: [PATCH] Removing Flaky decorator from lms instructor dashboard test --- .../test/acceptance/tests/lms/test_lms_instructor_dashboard.py | 1 - 1 file changed, 1 deletion(-) 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 ed3b87e82b..9205cdf700 100644 --- a/common/test/acceptance/tests/lms/test_lms_instructor_dashboard.py +++ b/common/test/acceptance/tests/lms/test_lms_instructor_dashboard.py @@ -290,7 +290,6 @@ class ProctoredExamsTest(BaseInstructorDashboardTest): # Stop the 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): """ Make sure that allowances can be added and removed.