From 83c451704ccea5298cb2913c47be6e509f284e54 Mon Sep 17 00:00:00 2001 From: rmynar <64528205+rmynar@users.noreply.github.com> Date: Mon, 26 Feb 2024 15:48:36 +0100 Subject: [PATCH] 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 a89e6c153bc..ac188de7b4d 100644 --- a/tests/foreman/installer/test_installer.py +++ b/tests/foreman/installer/test_installer.py @@ -1420,6 +1420,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 ) @@ -1453,6 +1454,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 )