Commit c015e7d4 by Jay Zoldak

Merge pull request #4546 from edx/zoldak/disable-test

Disable failing test STUD-2003
parents bff7c589 a536c344
......@@ -164,6 +164,7 @@ class SplitTest(ContainerBase, SplitTestMixin):
container = self.go_to_container_page()
self.verify_groups(container, ['alpha', 'gamma'], ['beta'])
@skip("Disabling as this fails intermittently. STUD-2003")
def test_delete_inactive_group(self):
"""
Test deleting an inactive 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