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 )