From 256f2982acb331e5066b512df466167b8ea2bdb2 Mon Sep 17 00:00:00 2001 From: Christian Heimes Date: Jan 17 2019 13:29:34 +0000 Subject: Mark failing NTP test as expected failure See: https://pagure.io/freeipa/issue/7719 Signed-off-by: Christian Heimes Reviewed-By: Tibor Dudlak --- diff --git a/ipatests/test_integration/test_ntp_options.py b/ipatests/test_integration/test_ntp_options.py index e99ce3a..2943d73 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