mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-24 16:10:02 -06:00
ipatests: mark known failure for installation_TestInstallWithCA2
The test TestInstallWithCA2 and TestInstallWithCA_DNS2 fail in test_replica0_with_ca_kra_dns_install because they both try to install a (first instance of) KRA. This is a known issue, thus marking as xfail. Related to https://pagure.io/freeipa/issue/7651 Reviewed-By: Christian Heimes <cheimes@redhat.com>
This commit is contained in:
parent
54a0e9e96d
commit
5dbcc1a9d3
@ -104,6 +104,7 @@ class InstallTestBase2(IntegrationTest):
|
||||
def install(cls, mh):
|
||||
tasks.install_master(cls.master, setup_dns=False)
|
||||
|
||||
@pytest.mark.xfail(reason='Ticket 7651', strict=True)
|
||||
def test_replica0_with_ca_kra_dns_install(self):
|
||||
tasks.install_replica(self.master, self.replicas[0], setup_ca=True,
|
||||
setup_kra=True, setup_dns=True)
|
||||
|
Loading…
Reference in New Issue
Block a user