From 256f2982acb331e5066b512df466167b8ea2bdb2 Mon Sep 17 00:00:00 2001 From: Christian Heimes Date: Thu, 17 Jan 2019 12:26:31 +0100 Subject: [PATCH] Mark failing NTP test as expected failure See: https://pagure.io/freeipa/issue/7719 Signed-off-by: Christian Heimes Reviewed-By: Tibor Dudlak --- ipatests/test_integration/test_ntp_options.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ipatests/test_integration/test_ntp_options.py b/ipatests/test_integration/test_ntp_options.py index e99ce3a5c..2943d73b6 100644 --- a/ipatests/test_integration/test_ntp_options.py +++ b/ipatests/test_integration/test_ntp_options.py @@ -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