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