From cc9e568e5c769754a5882a52e2a32d6e1c3a64bc Mon Sep 17 00:00:00 2001 From: Florence Blanc-Renaud Date: Dec 20 2022 16:05:23 +0000 Subject: ipatests: update the xfail annotation for test_number_of_zones The test is failing on fedora 36+, update and simplify the xfail condition. Related: https://pagure.io/freeipa/issue/9135 Signed-off-by: Florence Blanc-Renaud Reviewed-By: Mohammad Rizwan Yusuf --- diff --git a/ipatests/test_integration/test_installation.py b/ipatests/test_integration/test_installation.py index 7bf6aee..8dfbe77 100644 --- a/ipatests/test_integration/test_installation.py +++ b/ipatests/test_integration/test_installation.py @@ -584,9 +584,8 @@ class TestInstallWithCA_DNS3(CALessBase): """ @pytest.mark.xfail( - osinfo.id == 'fedora' and osinfo.version_number >= (33,) - and osinfo.version_number < (35,), - reason='freeipa ticket 8700', strict=True) + osinfo.id == 'fedora' and osinfo.version_number >= (36,), + reason='freeipa ticket 9135', strict=True) @server_install_setup def test_number_of_zones(self): """There should be two zones: one forward, one reverse"""