Anna Pankiewicz | a071066 | 2018-07-24 14:56:42 -0500 | [diff] [blame] | 1 | --- |
| 2 | features: |
| 3 | - | |
| 4 | Add a new config setting ``immutable_user_source`` in the |
| 5 | ``[identity-feature-enabled]`` group that defaults to false. |
| 6 | This setting, combined with the usage of the ``@testtools.skipIf()`` |
| 7 | decorator, will allow tests that require user creation, deletion, |
| 8 | or modification to skip instead of failing in environments that |
| 9 | are LDAP-backed. In such environments, the user source is read-only, |
| 10 | so this feature flag is needed to allow such tests to gracefully skip |
| 11 | without having to blacklist them. |