mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
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:
parent
9043b8d534
commit
eb833b158e
@ -583,7 +583,8 @@ class TestInstallWithCA_DNS3(CALessBase):
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
@pytest.mark.xfail(
|
@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)
|
reason='freeipa ticket 8700', strict=True)
|
||||||
@server_install_setup
|
@server_install_setup
|
||||||
def test_number_of_zones(self):
|
def test_number_of_zones(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user