Skip to content

Commit

Permalink
Tests: alltests/test_krb5: Remove files provider
Browse files Browse the repository at this point in the history
Signed-off-by: Madhuri Upadhye <[email protected]>
  • Loading branch information
madhuriupadhye committed Feb 15, 2024
1 parent 8fd2df7 commit 1a14195
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/tests/multihost/alltests/test_krb5.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ def test_0001_krb5_not_working_based_on_k5login(self,
:bugzilla:
https://bugzilla.redhat.com/show_bug.cgi?id=1734094
"""
# This bug is specific to files provider, so skipping this test
# case if SSSD's files provider feature is not available.
if not multihost.client[0].detect_files_provider():
pytest.skip("Files Provider support isn't available, skipping")
multihost.client[0].run_command('authselect select sssd '
'with-files-access-provider')
multihost.client[0].service_sssd('stop')
Expand Down

0 comments on commit 1a14195

Please sign in to comment.