From 776206fa7cfc6e3923ce57797a4eea5dd7fe074c Mon Sep 17 00:00:00 2001 From: Peter Ondrejka Date: Fri, 6 Sep 2024 10:22:54 +0200 Subject: [PATCH] updated bz skip to jira skip (#16240) --- tests/foreman/ui/test_hostgroup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/foreman/ui/test_hostgroup.py b/tests/foreman/ui/test_hostgroup.py index 3a7c8aeb58..42cfc99113 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')