Commit 36793960 by Ben Patterson

Merge pull request #8093 from edx/benp/test-user-mgmt-skip

Skip flaky test. SOL-618.
parents 081b7ca7 41e84a58
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
Acceptance tests for Content Libraries in Studio Acceptance tests for Content Libraries in Studio
""" """
from ddt import ddt, data from ddt import ddt, data
from flaky import flaky from unittest import skip
from nose.plugins.attrib import attr from nose.plugins.attrib import attr
from .base_studio_test import StudioLibraryTest from .base_studio_test import StudioLibraryTest
...@@ -521,7 +521,7 @@ class LibraryUsersPageTest(StudioLibraryTest): ...@@ -521,7 +521,7 @@ class LibraryUsersPageTest(StudioLibraryTest):
""" """
self.page = LibraryUsersPage(self.browser, self.library_key).wait_for_page() 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): def test_user_management(self):
""" """
Scenario: Ensure that we can edit the permissions of users. Scenario: Ensure that we can edit the permissions of users.
......
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