Commit e57bf4a5 by Jesse Zoldak

Merge pull request #9326 from edx/zoldak/TNL-3069

Mark TeamPageTest class as flaky TNL-3069
parents 1ac701eb 996ce1d6
...@@ -4,6 +4,7 @@ Acceptance tests for the teams feature. ...@@ -4,6 +4,7 @@ Acceptance tests for the teams feature.
import json import json
import ddt import ddt
from flaky import flaky
from nose.plugins.attrib import attr from nose.plugins.attrib import attr
from uuid import uuid4 from uuid import uuid4
...@@ -747,6 +748,7 @@ class CreateTeamTest(TeamsTabBase): ...@@ -747,6 +748,7 @@ class CreateTeamTest(TeamsTabBase):
self.verify_my_team_count(0) self.verify_my_team_count(0)
@flaky # TODO fix this, see TNL-3069
@attr('shard_5') @attr('shard_5')
@ddt.ddt @ddt.ddt
class TeamPageTest(TeamsTabBase): class TeamPageTest(TeamsTabBase):
......
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