Commit 40976cef by Sarina Canelake

Merge pull request #9720 from edx/sarina/flaky-cert-test

Mark test as flaky (SOL-1199)
parents 034a7261 463d425c
...@@ -4,6 +4,7 @@ Acceptance tests for Studio's Setting pages ...@@ -4,6 +4,7 @@ Acceptance tests for Studio's Setting pages
from unittest import skip from unittest import skip
from .base_studio_test import StudioCourseTest from .base_studio_test import StudioCourseTest
from ...pages.studio.settings_certificates import CertificatesPage from ...pages.studio.settings_certificates import CertificatesPage
from flaky import flaky
class CertificatesTest(StudioCourseTest): class CertificatesTest(StudioCourseTest):
...@@ -106,6 +107,7 @@ class CertificatesTest(StudioCourseTest): ...@@ -106,6 +107,7 @@ class CertificatesTest(StudioCourseTest):
self.assertIn("Updated Course Title Override 2", certificate.course_title) self.assertIn("Updated Course Title Override 2", certificate.course_title)
@flaky # TODO fix this, see SOL-1199
def test_can_delete_certificate(self): def test_can_delete_certificate(self):
""" """
Scenario: Ensure that the user can delete certificate. Scenario: Ensure that the user can delete certificate.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment