Skip to content

Commit

Permalink
Skipping more tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ribalba committed Jul 29, 2014
1 parent da66c99 commit 4509489
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions api/tests/test_teams_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

from api.models import Team
from api.views import TeamViewSet
from unittest.case import skip

class TestTeamsAPI(TestAPICase):
def setUp(self):
Expand All @@ -13,6 +14,7 @@ def setUp(self):
'post': 'create'
})

@skip("We don't use this feature anymore")
def test_teams_list(self):
self._team_create()
request = self.factory.get('/', **self.extra)
Expand Down

0 comments on commit 4509489

Please sign in to comment.