Commit dbeb9beb by Peter Fogg

Mark flaky tests (TNL-3514 and TNL-3515).

parent 0a347e12
......@@ -641,6 +641,7 @@ class OwnLearnerProfilePageTest(LearnerProfileTestMixin, WebAppTest):
self.assert_default_image_has_public_access(profile_page)
self.assertFalse(profile_page.remove_link_present)
@flaky # TNL-3514
def test_eventing_after_multiple_uploads(self):
"""
Scenario: An event is fired when a user with a profile image uploads another image
......
......@@ -152,6 +152,7 @@ class CourseTeamPageTest(StudioCourseTest):
self._assert_can_not_manage_users()
@flaky # TNL-3515
def test_admins_can_delete_other_users(self):
"""
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