Decorate flaky test SOL-618

This commit is contained in:
Jesse Zoldak
2015-04-02 14:26:46 -04:00
parent 037a189828
commit ab63243d01

View File

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