Merge "Fixes test_user_update_own_password test cleanup problem (New password cannnot be identical to a previous password)"

This commit is contained in:
Zuul 2021-08-17 17:32:07 +00:00 committed by Gerrit Code Review
commit a87274402d
1 changed files with 2 additions and 0 deletions

View File

@ -77,6 +77,8 @@ class IdentityV3UsersTest(base.BaseIdentityV3Test):
time.sleep(1)
self.non_admin_users_client.auth_provider.set_auth()
@testtools.skipUnless(CONF.identity_feature_enabled.security_compliance,
'Security compliance not available.')
@decorators.idempotent_id('ad71bd23-12ad-426b-bb8b-195d2b635f27')
@testtools.skipIf(CONF.identity_feature_enabled.immutable_user_source,
'Skipped because environment has an '