From 9a016c2efac14e40e02ba6111a666ac9eb988181 Mon Sep 17 00:00:00 2001 From: Shweta Singh Date: Thu, 29 Feb 2024 22:09:46 +0530 Subject: [PATCH] Add pit marker to ansible test (#14227) (cherry picked from commit 81a58af724b56760f1a3ebc7d29887e0c9426148) --- tests/foreman/ui/test_ansible.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/foreman/ui/test_ansible.py b/tests/foreman/ui/test_ansible.py index a7a2ed28c06..2026ca8c095 100644 --- a/tests/foreman/ui/test_ansible.py +++ b/tests/foreman/ui/test_ansible.py @@ -91,6 +91,7 @@ def test_positive_create_variable_with_overrides(target_sat): assert session.ansiblevariables.search(key)[0]['Name'] == key +@pytest.mark.pit_server @pytest.mark.no_containers @pytest.mark.rhel_ver_match('[^6]') def test_positive_config_report_ansible(session, target_sat, module_org, rhel_contenthost):