Adding keystone test to skip list

This tests is returning status code 200 instead of 204, as described
in Bug 1660603

Change-Id: Ib2ff0a9503e2db816a3b9147e5a1295832de5e45
This commit is contained in:
Arx Cruz 2017-07-07 14:42:59 +02:00
parent 12d6e26dbc
commit 19fb992acb
1 changed files with 3 additions and 0 deletions

View File

@ -62,3 +62,6 @@ known_failures:
reason: 'TODO(weshay) The service is not running on the overcloud, needs investigation'
- test: 'neutron.tests.tempest.api.test_revisions.TestRevisions'
reason: 'TODO(arxcruz) New test, need investigation'
- test: 'tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_implied_roles_create_check_show_delete'
reason: 'Difference in Implied Roles check API return code'
lp: 'https://bugs.launchpad.net/keystone/+bug/1660603'