From eb833b158e24724ac684c04aca7e0bb65973cc58 Mon Sep 17 00:00:00 2001 From: Florence Blanc-Renaud Date: Tue, 23 Nov 2021 10:14:07 +0100 Subject: [PATCH] ipatests: remove xfail on f35+ for test_number_of_zones systemd-resolved fixed the issue on f35+ Related: https://pagure.io/freeipa/issue/8700 Signed-off-by: Florence Blanc-Renaud Reviewed-By: Francois Cami --- ipatests/test_integration/test_installation.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ipatests/test_integration/test_installation.py b/ipatests/test_integration/test_installation.py index e9d3d1683..95cfaad54 100644 --- a/ipatests/test_integration/test_installation.py +++ b/ipatests/test_integration/test_installation.py @@ -583,7 +583,8 @@ class TestInstallWithCA_DNS3(CALessBase): """ @pytest.mark.xfail( - osinfo.id == 'fedora' and osinfo.version_number >= (33,), + osinfo.id == 'fedora' and osinfo.version_number >= (33,) + and osinfo.version_number < (35,), reason='freeipa ticket 8700', strict=True) @server_install_setup def test_number_of_zones(self):