Remove the authselect profile warning if sssd was not configured.

On a plain uninstall there should not be a bunch of confusing
warning/error messages.

Related to https://pagure.io/freeipa/issue/7729

Signed-off-by: Rob Crittenden <rcritten@redhat.com>
Reviewed-By: Christian Heimes <cheimes@redhat.com>
This commit is contained in:
Rob Crittenden 2018-10-16 13:58:00 -04:00 committed by Christian Heimes
parent a42ca499a6
commit 235b5bd643

View File

@ -136,7 +136,6 @@ class TestClientInstallation(IntegrationTest):
# by default
result = self._uninstall_client()
assert result.returncode == 0
assert self.msg_warn_uninstall in result.stderr_text
check_authselect_profile(self.client, default_profile)
def test_install_client_preconfigured_profile(self):