Commit 996ce1d6 by Jesse Zoldak

Mark TeamPageTest class as flaky TNL-3069

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