Skip to content

Commit

Permalink
Fix pit marker in installer (SatelliteQE#14180)
Browse files Browse the repository at this point in the history
  • Loading branch information
rmynar authored and shweta83 committed Apr 10, 2024
1 parent bb0a936 commit 79fda50
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 79fda50

Please sign in to comment.