Skip to content
Snippets Groups Projects
Commit f843736a authored by Jesse Zoldak's avatar Jesse Zoldak
Browse files

Mark test_can_reset_attempts test as flaky

parent f3498c5d
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,7 @@ End-to-end tests for the LMS Instructor Dashboard.
import ddt
from bok_choy.promise import EmptyPromise
from flaky import flaky
from nose.plugins.attrib import attr
from common.test.acceptance.fixtures.certificates import CertificateConfigFixture
......@@ -424,6 +425,7 @@ class ProctoredExamsTest(BaseInstructorDashboardTest):
# Then, the added record should be visible
self.assertTrue(allowance_section.is_allowance_record_visible)
@flaky # See EDUCATOR-551
def test_can_reset_attempts(self):
"""
Make sure that Exam attempts are visible and can be reset.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment