Skip to content

Commit

Permalink
Replace skip_if with BlockedBy for migrated BZ (#15479)
Browse files Browse the repository at this point in the history
(cherry picked from commit 95a2ad0)
  • Loading branch information
vsedmik authored and web-flow committed Jun 21, 2024
1 parent e8b5ff9 commit c685702
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/foreman/cli/test_satellitesync.py
Original file line number Diff line number Diff line change
Expand Up @@ -1667,7 +1667,6 @@ def test_positive_export_rerun_failed_import(
assert len(importing_cvv) == 1

@pytest.mark.tier3
@pytest.mark.skip_if_open("BZ:2262379")
def test_postive_export_import_ansible_collection_repo(
self,
target_sat,
Expand All @@ -1688,6 +1687,10 @@ def test_postive_export_import_ansible_collection_repo(
:expectedresults:
1. Imported library should have the ansible collection present in the imported product.
:BlockedBy: SAT-23051
:Verifies: SAT-23051
"""
# setup ansible_collection product and repo
export_product = target_sat.cli_factory.make_product({'organization-id': function_org.id})
Expand Down

0 comments on commit c685702

Please sign in to comment.