Skip to content

Commit

Permalink
Skip user creation test
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Schubert committed Feb 23, 2015
1 parent 91ed0f7 commit cdad002
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/UserTest.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def setUp(self):
DwaTestCase.DwaTestCase.setUp(self)
self.user = self.d.user()

#@unittest.skip("This test is skipped till ACL is implemented")
@unittest.skip("This test is skipped till ACL is implemented")
def testCreate(self):
params = {}
params['password'] = self.credential['password']
Expand Down

0 comments on commit cdad002

Please sign in to comment.