From 941b99bae3f4a0af48f4f5947f5b415677f6870d Mon Sep 17 00:00:00 2001 From: Satellite QE <115476073+Satellite-QE@users.noreply.github.com> Date: Thu, 29 Feb 2024 11:49:07 -0500 Subject: [PATCH] [6.12.z] Add pit marker to ansible test (#14228) Add pit marker to ansible test (#14227) (cherry picked from commit 81a58af724b56760f1a3ebc7d29887e0c9426148) Co-authored-by: Shweta Singh --- 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 310484ca710..08486586d05 100644 --- a/tests/foreman/ui/test_ansible.py +++ b/tests/foreman/ui/test_ansible.py @@ -94,6 +94,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):