Skip to content

Commit

Permalink
Mark xfail for test_is_user_filtered()
Browse files Browse the repository at this point in the history
  • Loading branch information
amore17 committed Dec 17, 2019
1 parent dac71ec commit 79e5bbf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ipatests/test_integration/test_sssd.py
Expand Up @@ -124,6 +124,8 @@ def filter_user_setup(self, user):
sssd_conf_backup.restore()
tasks.clear_sssd_cache(self.master)

@pytest.mark.xfail(
reason='https://pagure.io/SSSD/sssd/issue/3978', strict=True)
@pytest.mark.parametrize('user', ['ad', 'fakeuser'])
def test_is_user_filtered(self, user):
"""No lookup in data provider from 'filter_users' config option.
Expand Down

0 comments on commit 79e5bbf

Please sign in to comment.