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})