Merge "Unskip test that relied on Neutron bug being fixed"

This commit is contained in:
Zuul 2020-03-28 02:35:48 +00:00 committed by Gerrit Code Review
commit c98b68a536
1 changed files with 0 additions and 1 deletions

View File

@ -61,7 +61,6 @@ class FlavorsServiceProfileExtRbacTest(base.BaseNetworkExtRbacTest):
self.create_flavor_service_profile(self.flavor_id,
self.service_profile_id)
@decorators.skip_because(bug='1843290', bug_type='launchpad')
@decorators.idempotent_id('3b680d9e-946a-4670-ab7f-0e4576675833')
@rbac_rule_validation.action(service="neutron",
rules=["delete_flavor_service_profile"])