From ec6258a7ec8927051b96fb572b8a23bee33cea83 Mon Sep 17 00:00:00 2001 From: Jesse Zoldak Date: Wed, 15 Jul 2015 16:16:49 -0400 Subject: [PATCH] Mark too-flaky test for skipping --- .../tests/studio/test_studio_settings_certificates.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/test/acceptance/tests/studio/test_studio_settings_certificates.py b/common/test/acceptance/tests/studio/test_studio_settings_certificates.py index c46677d720..76986d040a 100644 --- a/common/test/acceptance/tests/studio/test_studio_settings_certificates.py +++ b/common/test/acceptance/tests/studio/test_studio_settings_certificates.py @@ -1,7 +1,7 @@ """ Acceptance tests for Studio's Setting pages """ -from flaky import flaky +from unittest import skip from .base_studio_test import StudioCourseTest from ...pages.studio.settings_certificates import CertificatesPage @@ -106,7 +106,7 @@ class CertificatesTest(StudioCourseTest): self.assertIn("Updated Course Title Override 2", certificate.course_title) - @flaky # TODO fix this, see SOL-1053 + @skip # TODO fix this, see SOL-1053 def test_can_delete_certificate(self): """ Scenario: Ensure that the user can delete certificate.