Commit 9387b607 by Christine Lytwynec

skip test_can_delete_unused_content_group due to flakiness

parent b84f3534
......@@ -4,6 +4,7 @@ Acceptance tests for Studio's Setting pages
"""
from __future__ import unicode_literals
from nose.plugins.attrib import attr
from unittest import skip
from base_studio_test import StudioCourseTest
from bok_choy.promise import EmptyPromise
......@@ -151,6 +152,7 @@ class ContentGroupConfigurationTest(StudioCourseTest):
config = self.group_configurations_page.content_groups[0]
self.assertTrue(config.delete_button_is_disabled)
@skip("TNL-3258")
def test_can_delete_unused_content_group(self):
"""
Scenario: Ensure that the user can delete unused content group.
......
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