Skip to content

Commit

Permalink
[6.15.z] Fix pit marker in installer (#14185)
Browse files Browse the repository at this point in the history
Co-authored-by: rmynar <[email protected]>
Fix pit marker in installer (#14180)
  • Loading branch information
Satellite-QE authored Feb 26, 2024
1 parent e942d23 commit 60126a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/foreman/installer/test_installer.py
Original file line number Diff line number Diff line change
Expand Up @@ -1401,7 +1401,7 @@ def sat_non_default_install(module_sat_ready_rhels):

@pytest.mark.e2e
@pytest.mark.tier1
@pytest.mark.pit_client
@pytest.mark.pit_server
@pytest.mark.parametrize(
'setting_update', [f'http_proxy={settings.http_proxy.un_auth_proxy_url}'], indirect=True
)
Expand Down Expand Up @@ -1782,7 +1782,7 @@ def test_installer_cap_pub_directory_accessibility(capsule_configured):
@pytest.mark.tier1
@pytest.mark.build_sanity
@pytest.mark.first_sanity
@pytest.mark.pit_client
@pytest.mark.pit_server
def test_satellite_installation(installer_satellite):
"""Run a basic Satellite installation
Expand Down

0 comments on commit 60126a0

Please sign in to comment.