diff --git a/tests/foreman/api/test_subscription.py b/tests/foreman/api/test_subscription.py index 9c48473313..c112be5c9f 100644 --- a/tests/foreman/api/test_subscription.py +++ b/tests/foreman/api/test_subscription.py @@ -69,21 +69,6 @@ def module_ak(module_sca_manifest_org, rh_repo, custom_repo, module_target_sat): ).create() -@pytest.mark.tier1 -@pytest.mark.pit_server -def test_positive_create(module_sca_manifest, module_target_sat): - """Upload a manifest. - - :id: 6faf9d96-9b45-4bdc-afa9-ec3fbae83d41 - - :expectedresults: Manifest is uploaded successfully - - :CaseImportance: Critical - """ - org = module_target_sat.api.Organization().create() - module_target_sat.upload_manifest(org.id, module_sca_manifest.content) - - @pytest.mark.tier1 def test_positive_refresh(function_sca_manifest_org, request, target_sat): """Upload a manifest and refresh it afterwards.