From baa7bbdd94f6543a873021a0ee3094d554a8847a Mon Sep 17 00:00:00 2001 From: Jesse Zoldak Date: Tue, 8 Sep 2015 10:36:10 -0400 Subject: [PATCH] Flag test as flaky SOL-1183 --- .../test/acceptance/tests/lms/test_lms_instructor_dashboard.py | 2 ++ 1 file changed, 2 insertions(+) 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 6915554052..ea9ab01afc 100644 --- a/common/test/acceptance/tests/lms/test_lms_instructor_dashboard.py +++ b/common/test/acceptance/tests/lms/test_lms_instructor_dashboard.py @@ -5,6 +5,7 @@ End-to-end tests for the LMS Instructor Dashboard. import time +from flaky import flaky from nose.plugins.attrib import attr from bok_choy.promise import EmptyPromise @@ -221,6 +222,7 @@ class ProctoredExamsTest(BaseInstructorDashboardTest): # Start the proctored exam. self.courseware_page.start_timed_exam() + @flaky # TODO fix this, see SOL-1183 def test_can_add_remove_allowance(self): """ Make sure that allowances can be added and removed.