From 2c731e1f479cb3a535a89e550335d2b73a2e208b Mon Sep 17 00:00:00 2001 From: Matteo Stifano Date: Wed, 15 Jan 2025 17:14:09 +0100 Subject: [PATCH] test_plugin_piggyback: Temporary xfail test Change-Id: Iecd0d083ed64eec3e86d12cb14d284f85f964f0d (cherry picked from commit a1f8e94147aa822281e9460bcf0c59092ab2d5b2) --- tests/plugins_integration/test_plugin_piggyback.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/plugins_integration/test_plugin_piggyback.py b/tests/plugins_integration/test_plugin_piggyback.py index 00f2e5ff0e9..14879c05ace 100644 --- a/tests/plugins_integration/test_plugin_piggyback.py +++ b/tests/plugins_integration/test_plugin_piggyback.py @@ -78,6 +78,7 @@ def _wait_for_pb_host_deletion(site: Site, source_host_name: str, pb_host_name: ), f"Host {pb_host_name} was not removed from the site." +@pytest.mark.xfail(reason="Test is failing. Temporary xfailing it to investigate the problem.") @pytest.mark.parametrize("source_host_name", get_host_names(piggyback=True)) def test_plugin_piggyback( test_site_piggyback: Site,