mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-25 08:21:05 -06:00
ipatests: Skip test_sss_ssh_authorizedkeys method
Temporarily skipping test due to unknown time-outs happening regularly. Issue: https://pagure.io/freeipa/issue/8151 Signed-off-by: Armando Neto <abiagion@redhat.com> Reviewed-By: Francisco Trivino <ftrivino@redhat.com>
This commit is contained in:
parent
f80a6548ad
commit
ef1b8d0f49
@ -728,6 +728,7 @@ class TestIPACommand(IntegrationTest):
|
||||
res = self.master.run_command(['testparm', '-s'])
|
||||
assert 'ERROR' not in (res.stdout_text + res.stderr_text)
|
||||
|
||||
@pytest.mark.skip(reason='https://pagure.io/freeipa/issue/8151')
|
||||
def test_sss_ssh_authorizedkeys(self):
|
||||
"""Login via Ssh using private-key for ipa-user should work.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user