Skip to content

Commit

Permalink
Replace skip_if with BlockedBy for migrated httpboot BZ (#15673)
Browse files Browse the repository at this point in the history
Signed-off-by: Gaurav Talreja <[email protected]>
  • Loading branch information
Gauravtalreja1 authored Jul 18, 2024
1 parent edc4325 commit 4577cab
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/foreman/api/test_provisioning.py
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,6 @@ def test_rhel_ipxe_provisioning(
assert provisioning_host.subscribed, 'Host is not subscribed'


@pytest.mark.skip_if_open("BZ:2242925")
@pytest.mark.e2e
@pytest.mark.upgrade
@pytest.mark.parametrize('pxe_loader', ['http_uefi'], indirect=True)
Expand Down Expand Up @@ -359,7 +358,9 @@ def test_rhel_httpboot_provisioning(
:parametrized: yes
:BZ: 2242925
:BlockedBy: SAT-20684
:Verifies: SAT-20684
"""
sat = module_provisioning_sat.sat
# update grub2-efi package
Expand Down

0 comments on commit 4577cab

Please sign in to comment.