From f7ed159769de26b24a0df86786eecdd07fe5e224 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Cami?= Date: Thu, 23 Jul 2020 15:11:13 +0200 Subject: [PATCH] ipatests: re-enable test_sss_ssh_authorizedkeys MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Re-enable test_sss_ssh_authorizedkeys. Related: https://pagure.io/freeipa/issue/8151 Signed-off-by: François Cami Reviewed-By: Armando Neto --- ipatests/test_integration/test_commands.py | 1 - 1 file changed, 1 deletion(-) diff --git a/ipatests/test_integration/test_commands.py b/ipatests/test_integration/test_commands.py index d930f1e23..cfd130922 100644 --- a/ipatests/test_integration/test_commands.py +++ b/ipatests/test_integration/test_commands.py @@ -1024,7 +1024,6 @@ class TestIPACommand(IntegrationTest): assert is_tls_version_enabled('tls1_2') assert is_tls_version_enabled('tls1_3') - @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.