diff --git a/ipatests/test_integration/test_caless.py b/ipatests/test_integration/test_caless.py index 8e26d1a39..c41e0ee3d 100644 --- a/ipatests/test_integration/test_caless.py +++ b/ipatests/test_integration/test_caless.py @@ -674,7 +674,6 @@ class TestServerInstall(CALessBase): assert result.returncode == 0 self.verify_installation() - @pytest.mark.xfail(reason='freeipa ticket 5603') @server_install_teardown def test_wildcard_http(self): "IPA server install with wildcard HTTP certificate" @@ -688,7 +687,6 @@ class TestServerInstall(CALessBase): assert result.returncode == 0 self.verify_installation() - @pytest.mark.xfail(reason='freeipa ticket 5603') @server_install_teardown def test_wildcard_ds(self): "IPA server install with wildcard DS certificate" @@ -1027,7 +1025,6 @@ class TestReplicaInstall(CALessBase): if self.domain_level > DOMAIN_LEVEL_0: self.verify_installation() - @pytest.mark.xfail(reason='freeipa ticket 5603') @replica_install_teardown def test_wildcard_http(self): "IPA replica install with wildcard HTTP certificate" @@ -1041,7 +1038,6 @@ class TestReplicaInstall(CALessBase): if self.domain_level > DOMAIN_LEVEL_0: self.verify_installation() - @pytest.mark.xfail(reason='freeipa ticket 5603') @replica_install_teardown def test_wildcard_ds(self): "IPA replica install with wildcard DS certificate" @@ -1419,14 +1415,12 @@ class TestCertInstall(CALessBase): result = self.certinstall('d', 'ca1/server') assert result.returncode == 0 - @pytest.mark.xfail(reason='freeipa ticket 5603') def test_wildcard_http(self): "Install new wildcard HTTP certificate" result = self.certinstall('w', 'ca1/wildcard') assert result.returncode == 0 - @pytest.mark.xfail(reason='freeipa ticket 5603') def test_wildcard_ds(self): "Install new wildcard DS certificate"