Skip to content

Commit

Permalink
API Errata e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
damoore044 committed Nov 4, 2024
1 parent de4ebbc commit b040bef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/foreman/api/test_errata.py
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,7 @@ def _publish_and_wait(sat, org, cv, search_rate=1, max_tries=10):

@pytest.mark.upgrade
@pytest.mark.tier3
@pytest.mark.rhel_ver_match('[^6]')
@pytest.mark.rhel_ver_match('[^7]|10')
@pytest.mark.no_containers
@pytest.mark.e2e
def test_positive_install_in_hc(
Expand Down Expand Up @@ -656,7 +656,7 @@ def test_positive_install_in_hc(


@pytest.mark.tier3
@pytest.mark.rhel_ver_match('[^6]')
@pytest.mark.rhel_ver_match('[^7]|10')
@pytest.mark.no_containers
@pytest.mark.e2e
@pytest.mark.pit_client
Expand Down

0 comments on commit b040bef

Please sign in to comment.