Commit e9635e7f by Jesse Zoldak

Merge pull request #7569 from edx/zoldak/SOL-618

Decorate flaky test SOL-618
parents d7eb8cf7 ab63243d
...@@ -2,6 +2,7 @@ ...@@ -2,6 +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 .base_studio_test import StudioLibraryTest from .base_studio_test import StudioLibraryTest
from ...fixtures.course import XBlockFixtureDesc from ...fixtures.course import XBlockFixtureDesc
...@@ -517,6 +518,7 @@ class LibraryUsersPageTest(StudioLibraryTest): ...@@ -517,6 +518,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
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