From 011734279c37ca1e9a013694525563b4e77ace78 Mon Sep 17 00:00:00 2001 From: Armando Neto Date: Dec 16 2019 21:31:03 +0000 Subject: 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 Reviewed-By: Francisco Trivino --- diff --git a/ipatests/test_integration/test_commands.py b/ipatests/test_integration/test_commands.py index 4eebf72..7f9125c 100644 --- a/ipatests/test_integration/test_commands.py +++ b/ipatests/test_integration/test_commands.py @@ -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.