From ac79909ba527208496b7732a390ea6a9f28ca556 Mon Sep 17 00:00:00 2001 From: Chris Dodge Date: Tue, 29 Sep 2015 23:41:26 -0400 Subject: [PATCH] Mark test_can_add_remove_allowance Bokchoy test as flaky for now --- .../test/acceptance/tests/lms/test_lms_instructor_dashboard.py | 1 + 1 file changed, 1 insertion(+) 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 b3e7c4d852..8824d0dccc 100644 --- a/common/test/acceptance/tests/lms/test_lms_instructor_dashboard.py +++ b/common/test/acceptance/tests/lms/test_lms_instructor_dashboard.py @@ -222,6 +222,7 @@ class ProctoredExamsTest(BaseInstructorDashboardTest): # Start the proctored exam. self.courseware_page.start_timed_exam() + @flaky # TODO fix this SOL-1183 def test_can_add_remove_allowance(self): """ Make sure that allowances can be added and removed.