Skip to content

Commit

Permalink
[6.15.z] Replace skip_if with BlockedBy for migrated httpboot BZ (#15692
Browse files Browse the repository at this point in the history
)

Replace skip_if with BlockedBy for migrated httpboot BZ (#15673)

Signed-off-by: Gaurav Talreja <gtalreja@redhat.com>
(cherry picked from commit 4577cab)

Co-authored-by: Gaurav Talreja <gtalreja@redhat.com>
  • Loading branch information
Satellite-QE and Gauravtalreja1 authored Jul 19, 2024
1 parent ecb4532 commit 978f61b
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 978f61b

Please sign in to comment.