Mark test_rescore_nonrescorable bok choy test as flaky

This commit is contained in:
Jesse Zoldak
2017-06-06 12:18:28 -04:00
parent f843736a5e
commit b8ca90eaab

View File

@@ -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)