Commit 87e3988c by Peter Fogg

Merge pull request #10042 from edx/peter-fogg/flaky-tests

Mark flaky tests (TNL-3514 and TNL-3515).
parents 17f01933 dbeb9beb
...@@ -641,6 +641,7 @@ class OwnLearnerProfilePageTest(LearnerProfileTestMixin, WebAppTest): ...@@ -641,6 +641,7 @@ class OwnLearnerProfilePageTest(LearnerProfileTestMixin, WebAppTest):
self.assert_default_image_has_public_access(profile_page) self.assert_default_image_has_public_access(profile_page)
self.assertFalse(profile_page.remove_link_present) self.assertFalse(profile_page.remove_link_present)
@flaky # TNL-3514
def test_eventing_after_multiple_uploads(self): def test_eventing_after_multiple_uploads(self):
""" """
Scenario: An event is fired when a user with a profile image uploads another image Scenario: An event is fired when a user with a profile image uploads another image
......
...@@ -152,6 +152,7 @@ class CourseTeamPageTest(StudioCourseTest): ...@@ -152,6 +152,7 @@ class CourseTeamPageTest(StudioCourseTest):
self._assert_can_not_manage_users() self._assert_can_not_manage_users()
@flaky # TNL-3515
def test_admins_can_delete_other_users(self): def test_admins_can_delete_other_users(self):
""" """
Scenario: Admins can delete other users Scenario: Admins can delete other 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