From d5b26c7f8cf53b450f6a19391d65e8c6ed906189 Mon Sep 17 00:00:00 2001 From: Sarina Canelake Date: Thu, 2 Jul 2015 11:16:10 -0400 Subject: [PATCH] Mark test as flaky; TNL-2647 --- common/test/acceptance/tests/studio/test_studio_library.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/common/test/acceptance/tests/studio/test_studio_library.py b/common/test/acceptance/tests/studio/test_studio_library.py index 7adc4889bf..8e7bca4372 100644 --- a/common/test/acceptance/tests/studio/test_studio_library.py +++ b/common/test/acceptance/tests/studio/test_studio_library.py @@ -525,6 +525,7 @@ class LibraryUsersPageTest(StudioLibraryTest): self.page.visit() self.page.wait_until_ready() + @flaky # TODO fix this; see TNL-2647 def test_user_management(self): """ Scenario: Ensure that we can edit the permissions of users. @@ -534,7 +535,7 @@ class LibraryUsersPageTest(StudioLibraryTest): Then there should be one user listed (myself), and I must not be able to remove myself or my instructor privilege. - When I click Add Intructor + When I click Add Instructor Then I see a form to complete When I complete the form and submit it Then I can see the new user is listed as a "User" of the library