From b8ca90eaab6a94928eb384377d53030894608e91 Mon Sep 17 00:00:00 2001 From: Jesse Zoldak Date: Tue, 6 Jun 2017 12:18:28 -0400 Subject: [PATCH] Mark test_rescore_nonrescorable bok choy test as flaky --- .../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 2ec15d9d32..e580dcbc2e 100644 --- a/common/test/acceptance/tests/lms/test_lms_instructor_dashboard.py +++ b/common/test/acceptance/tests/lms/test_lms_instructor_dashboard.py @@ -1374,6 +1374,7 @@ class StudentAdminTest(BaseInstructorDashboardTest): self.username, _ = self.log_in_as_instructor() self.instructor_dashboard_page = self.visit_instructor_dashboard() + @flaky # See EDUCATOR-552 def test_rescore_nonrescorable(self): student_admin_section = self.instructor_dashboard_page.select_student_admin(StudentSpecificAdmin) student_admin_section.set_student_email_or_username(self.username)