diff --git a/ipatests/test_integration/test_sssd.py b/ipatests/test_integration/test_sssd.py index cec3b21ce..747ced07c 100644 --- a/ipatests/test_integration/test_sssd.py +++ b/ipatests/test_integration/test_sssd.py @@ -164,8 +164,6 @@ class TestSSSDWithAdTrust(IntegrationTest): for host in hosts: with tasks.remote_sssd_config(host) as sssd_conf: sssd_conf.edit_service('sssd', 're_expression', expression) - sssd_conf.edit_service( - 'sssd', 'use_fully_qualified_names', True) tasks.clear_sssd_cache(host) try: cmd = ['getent', 'group', ad_group]