Mark delete certificates test as flaky SOL-1053

This commit is contained in:
Jesse Zoldak
2015-07-14 09:10:34 -04:00
parent 493200734e
commit 96b2baba63

View File

@@ -1,6 +1,7 @@
"""
Acceptance tests for Studio's Setting pages
"""
from flaky import flaky
from .base_studio_test import StudioCourseTest
from ...pages.studio.settings_certificates import CertificatesPage
@@ -105,6 +106,7 @@ class CertificatesTest(StudioCourseTest):
self.assertIn("Updated Course Title Override 2", certificate.course_title)
@flaky # TODO fix this, see SOL-1053
def test_can_delete_certificate(self):
"""
Scenario: Ensure that the user can delete certificate.