From c6857024ec72561d03054d486481147646c84de1 Mon Sep 17 00:00:00 2001 From: vsedmik <46570670+vsedmik@users.noreply.github.com> Date: Fri, 21 Jun 2024 21:15:33 +0200 Subject: [PATCH] Replace skip_if with BlockedBy for migrated BZ (#15479) (cherry picked from commit 95a2ad019f08b7f3b0910f685d43d0f92b1946b0) --- tests/foreman/cli/test_satellitesync.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tests/foreman/cli/test_satellitesync.py b/tests/foreman/cli/test_satellitesync.py index 7942b1ea151..f0c8d4fb431 100644 --- a/tests/foreman/cli/test_satellitesync.py +++ b/tests/foreman/cli/test_satellitesync.py @@ -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, @@ -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})