Skip flaky test. SOL-618.

This commit is contained in:
Ben Patterson
2015-05-18 14:11:20 -04:00
parent fe3326d8f2
commit 41e84a58dd

View File

@@ -2,7 +2,7 @@
Acceptance tests for Content Libraries in Studio
"""
from ddt import ddt, data
from flaky import flaky
from unittest import skip
from nose.plugins.attrib import attr
from .base_studio_test import StudioLibraryTest
@@ -521,7 +521,7 @@ class LibraryUsersPageTest(StudioLibraryTest):
"""
self.page = LibraryUsersPage(self.browser, self.library_key).wait_for_page()
@flaky # TODO fix this, see SOL-618
@skip # TODO fix this, see SOL-618
def test_user_management(self):
"""
Scenario: Ensure that we can edit the permissions of users.