From 6ee2c9543c6adcf1378903dc10b67b1f9a1de488 Mon Sep 17 00:00:00 2001 From: attiyaishaque Date: Mon, 15 May 2017 15:48:25 +0500 Subject: [PATCH] EDUCATOR-278 Remove flaky decorator from test_can_reset_attempts. --- .../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 dfcb938055..690d539b5a 100644 --- a/common/test/acceptance/tests/lms/test_lms_instructor_dashboard.py +++ b/common/test/acceptance/tests/lms/test_lms_instructor_dashboard.py @@ -407,7 +407,6 @@ class ProctoredExamsTest(BaseInstructorDashboardTest): # Then, the added record should be visible self.assertTrue(allowance_section.is_allowance_record_visible) - @flaky # TNL-5832 def test_can_reset_attempts(self): """ Make sure that Exam attempts are visible and can be reset.