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.