From 1bff9524adefa0256f3c8afa3aaf10c6bdc5b01b Mon Sep 17 00:00:00 2001 From: rmynar <64528205+rmynar@users.noreply.github.com> Date: Mon, 4 Mar 2024 19:01:13 +0100 Subject: [PATCH] [6.12.z] Fix pit marker in installer (#14180) (#14249) Fix pit marker in installer (#14180) (cherry picked from commit b5bbc224c88a164c3be2cab906645518d9dbc84d) --- tests/foreman/installer/test_installer.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/foreman/installer/test_installer.py b/tests/foreman/installer/test_installer.py index 733d942b556..932c16210d0 100644 --- a/tests/foreman/installer/test_installer.py +++ b/tests/foreman/installer/test_installer.py @@ -1411,6 +1411,7 @@ def test_installer_options_and_sections(filter): @pytest.mark.tier1 @pytest.mark.build_sanity @pytest.mark.first_sanity +@pytest.mark.pit_server @pytest.mark.parametrize( "installer_satellite", [settings.server.version.rhel_version], indirect=True ) @@ -1444,6 +1445,7 @@ def test_satellite_installation(installer_satellite): @pytest.mark.e2e @pytest.mark.tier1 +@pytest.mark.pit_server @pytest.mark.parametrize( "installer_satellite", [settings.server.version.rhel_version], indirect=True )