From b040befd15131d9bb4dcd6cfa0ef112cd083cf71 Mon Sep 17 00:00:00 2001 From: David Moore Date: Mon, 4 Nov 2024 12:48:06 -0500 Subject: [PATCH] API Errata e2e --- tests/foreman/api/test_errata.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/foreman/api/test_errata.py b/tests/foreman/api/test_errata.py index ea790e58d99..cd3382023dc 100644 --- a/tests/foreman/api/test_errata.py +++ b/tests/foreman/api/test_errata.py @@ -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( @@ -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