Skip to content

Commit

Permalink
[6.13.z] Fix pit marker in installer (#14180) (#14248)
Browse files Browse the repository at this point in the history
Fix pit marker in installer (#14180)

(cherry picked from commit b5bbc22)
  • Loading branch information
rmynar authored Mar 4, 2024
1 parent 21f9e12 commit a2e7b48
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/foreman/installer/test_installer.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
)
Expand Down Expand Up @@ -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
)
Expand Down

0 comments on commit a2e7b48

Please sign in to comment.