From ef1b8d0f49d729e0a04d839916772406a9b222f0 Mon Sep 17 00:00:00 2001 From: Armando Neto Date: Dec 16 2019 20:17:37 +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.