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 <flo@redhat.com>
Reviewed-By: Francois Cami <fcami@redhat.com>
This commit is contained in:
Florence Blanc-Renaud 2021-11-23 10:14:07 +01:00
parent 9043b8d534
commit eb833b158e

View File

@ -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):