Commit 7e8755bc authored by Jérome Perrin's avatar Jérome Perrin

testCertificateAuthorityTool: skip test_person_request_certificate_twice

This feature of configuring openssl to disallow issuing more than one
certificate for the same common name as been disabled in SlapOS'
certificate_authority recipe, but instead of fixing this, we decided
to disable this test until the tool is completly rewritten using
caucase.
parent ab82b03d
......@@ -75,6 +75,8 @@ class TestCertificateAuthority(ERP5TypeTestCase):
self.assertTrue('CN=%s' % user_id in certificate['certificate'])
person.revokeCertificate()
@unittest.skip(
"""Will be fixed when we rewrite certificate autority to use caucase.""")
def test_person_request_certificate_twice(self):
user_id, login = self._createPerson()
self.loginByUserName(login)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment