diff --git a/tests/foreman/ui/test_hostgroup.py b/tests/foreman/ui/test_hostgroup.py index 3a7c8aeb582..42cfc991135 100644 --- a/tests/foreman/ui/test_hostgroup.py +++ b/tests/foreman/ui/test_hostgroup.py @@ -268,7 +268,6 @@ def test_positive_nested_host_groups( assert not target_sat.api.HostGroup().search(query={'search': f'name={child_hg_name}'}) -@pytest.mark.skip_if_open('BZ:2122261') @pytest.mark.tier2 def test_positive_clone_host_groups( session, module_org, module_lce, module_published_cv, module_ak_cv_lce, target_sat @@ -288,6 +287,8 @@ def test_positive_clone_host_groups( :BZ: 2122261 + :BlockedBy: SAT-20435 + :customerscenario: true """ parent_hg_name = gen_string('alpha')