Skip to content

Commit

Permalink
Remove fixed BZ from leapp tests and revert source rhel version for l…
Browse files Browse the repository at this point in the history
…eapp upgrade
  • Loading branch information
shweta83 committed Jul 1, 2024
1 parent 573afa3 commit c436a35
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/foreman/cli/test_leapp_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
synced_repos = pytest.StashKey[dict]

RHEL7_VER = '7.9'
RHEL8_VER = '8.9'
RHEL8_VER = '8.10'
RHEL9_VER = '9.4'

RHEL_REPOS = {
Expand Down Expand Up @@ -220,7 +220,6 @@ def precondition_check_upgrade_and_install_leapp_tool(custom_leapp_host):


@pytest.mark.e2e
@pytest.mark.skip_if_open('SAT-24023')
@pytest.mark.parametrize(
'upgrade_path',
[
Expand Down Expand Up @@ -302,7 +301,6 @@ def test_leapp_upgrade_rhel(


@pytest.mark.e2e
@pytest.mark.skip_if_open('SAT-24023')
@pytest.mark.parametrize(
'upgrade_path',
[
Expand Down

0 comments on commit c436a35

Please sign in to comment.