Skip to content
Snippets Groups Projects
Commit e3369beb authored by Christina Roberts's avatar Christina Roberts
Browse files

Merge pull request #10323 from edx/christina/tnl-3679

Mark as flaky.
parents 61241ae9 bdd30162
No related branches found
Tags release-2021-02-11-09.41
No related merge requests found
......@@ -3,6 +3,7 @@
End-to-end tests for Student's Profile Page.
"""
from contextlib import contextmanager
from flaky import flaky
from datetime import datetime
from bok_choy.web_app_test import WebAppTest
......@@ -729,6 +730,7 @@ class DifferentUserLearnerProfilePageTest(LearnerProfileTestMixin, WebAppTest):
self.verify_profile_page_is_private(profile_page, is_editable=False)
self.verify_profile_page_view_event(username, different_user_id, visibility=self.PRIVACY_PRIVATE)
@flaky # TODO fix this TNL-3679
def test_different_user_public_profile(self):
"""
Scenario: Verify that desired fields are shown when looking at a different user's public profile.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment