Mark test as flaky TNL-4683

This commit is contained in:
Jesse Zoldak
2016-05-27 15:44:01 -04:00
parent 4f71e26368
commit 06351ebd14

View File

@@ -4,8 +4,9 @@ End-to-end tests for Student's Profile Page.
"""
from contextlib import contextmanager
from datetime import datetime
from bok_choy.web_app_test import WebAppTest
from datetime import datetime
from flaky import flaky
from nose.plugins.attrib import attr
from ...pages.common.logout import LogoutPage
@@ -296,6 +297,7 @@ class OwnLearnerProfilePageTest(LearnerProfileTestMixin, WebAppTest):
self.verify_profile_page_is_private(profile_page)
self.verify_profile_page_view_event(username, user_id, visibility=self.PRIVACY_PRIVATE)
@flaky # TODO fix this, see TNL-4683
def test_fields_on_my_public_profile(self):
"""
Scenario: Verify that desired fields are shown when looking at her own public profile.