Skip to content

Commit

Permalink
Mark xfail for test_is_user_filtered()
Browse files Browse the repository at this point in the history
reason: https://pagure.io/SSSD/sssd/issue/3978

Signed-off-by: Anuja More <amore@redhat.com>
  • Loading branch information
amore17 committed Feb 14, 2020
1 parent a17f6d8 commit f4632c6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ipatests/test_integration/test_sssd.py
Expand Up @@ -8,6 +8,7 @@

from contextlib import contextmanager

import ipaplatform
import pytest

from ipatests.test_integration.base import IntegrationTest
Expand Down Expand Up @@ -57,6 +58,9 @@ def filter_user_setup(self, user):
sssd_conf_backup.restore()
tasks.clear_sssd_cache(self.master)

@pytest.mark.xfail(
ipaplatform.NAME == 'fedora',
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 f4632c6

Please sign in to comment.