fix patrole-multinode-member non-voting gate by skip_because a bug

the bug is due to a nova api that is allowed with a system scoped
token and patrole does not support them at this time.

https://storyboard.openstack.org/#!/story/2008051
Closes-Bug:2008051

Change-Id: I6963fdff199fca342620ab15948ce2c1d29c2c7a
This commit is contained in:
Doug Schveninger 2020-08-22 09:37:36 -05:00
parent 3ab156a545
commit 8746b77bfe
1 changed files with 1 additions and 0 deletions

View File

@ -179,6 +179,7 @@ class ServerVolumeAttachmentRbacTest(rbac_base.BaseV2ComputeRbacTest):
self.servers_client.show_volume_attachment(
self.server['id'], attachment['id'])
@decorators.skip_because(bug='2008051', bug_type='storyboard')
@decorators.attr(type='slow')
@testtools.skipUnless(CONF.compute_feature_enabled.swap_volume,
'In-place swapping of volumes not supported.')