ipatests: re-enable test_sss_ssh_authorizedkeys

Re-enable test_sss_ssh_authorizedkeys.

Related: https://pagure.io/freeipa/issue/8151
Signed-off-by: François Cami <fcami@redhat.com>
Reviewed-By: Armando Neto <abiagion@redhat.com>
This commit is contained in:
François Cami 2020-07-23 15:11:13 +02:00
parent 3546fef0bb
commit f7ed159769

View File

@ -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.