Skip to content

Commit

Permalink
updated bz skip to jira skip (#16240)
Browse files Browse the repository at this point in the history
  • Loading branch information
pondrejk authored Sep 6, 2024
1 parent f625f8a commit 776206f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/foreman/ui/test_hostgroup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -288,6 +287,8 @@ def test_positive_clone_host_groups(
:BZ: 2122261
:BlockedBy: SAT-20435
:customerscenario: true
"""
parent_hg_name = gen_string('alpha')
Expand Down

0 comments on commit 776206f

Please sign in to comment.