mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Mark failing NTP test as expected failure
See: https://pagure.io/freeipa/issue/7719 Signed-off-by: Christian Heimes <cheimes@redhat.com> Reviewed-By: Tibor Dudlak <tdudlak@redhat.com>
This commit is contained in:
committed by
Florence Blanc-Renaud
parent
e3f37960a0
commit
256f2982ac
@@ -1,6 +1,7 @@
|
||||
#
|
||||
# Copyright (C) 2018 FreeIPA Contributors see COPYING for license
|
||||
#
|
||||
import pytest
|
||||
|
||||
from ipatests.test_integration.base import IntegrationTest
|
||||
from ipatests.pytest_ipa.integration import tasks
|
||||
@@ -197,6 +198,7 @@ class TestNTPoptions(IntegrationTest):
|
||||
tasks.uninstall_master(self.replica)
|
||||
self.cleanup()
|
||||
|
||||
@pytest.mark.xfail(reason='freeipa ticket 7719', strict=True)
|
||||
def test_replica_promotion_without_ntp(self):
|
||||
"""
|
||||
test to verify that replica promotion without ntp options
|
||||
|
||||
Reference in New Issue
Block a user