diff --git a/tests/foreman/cli/test_host.py b/tests/foreman/cli/test_host.py index c9bac2e2e3a..daea17395a1 100644 --- a/tests/foreman/cli/test_host.py +++ b/tests/foreman/cli/test_host.py @@ -2733,8 +2733,7 @@ def test_positive_create_host_with_lifecycle_environment_name( assert found_host, 'Assertion failed: host not found' -@pytest.mark.no_containers -@pytest.mark.rhel_ver_match('9') +@pytest.mark.rhel_ver_match('^6') @pytest.mark.parametrize( 'setting_update', ['validate_host_lce_content_source_coherence'], indirect=False )