Skip to content

Commit

Permalink
Skip blank role name test until resolved upsteam
Browse files Browse the repository at this point in the history
Fixes bug #997685

Change-Id: I2ba13b9a002692fa5658ca0cc7043bc954524908
  • Loading branch information
chris fattarsi committed May 10, 2012
1 parent 1e62242 commit 9baebec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tempest/tests/identity/test_roles.py
Expand Up @@ -56,6 +56,7 @@ def test_role_create_delete(self):
found = [role for role in body if role['name'] == role_name]
self.assertFalse(any(found))

@unittest.skip('Until bug 997725 is fixed.')
def test_role_create_blank_name(self):
"""Should not be able to create a role with a blank name"""
try:
Expand Down

0 comments on commit 9baebec

Please sign in to comment.