From 99df502cac9635160eaa713e7f7abe8344b73d2f Mon Sep 17 00:00:00 2001 From: Vladimir Sedmik Date: Thu, 11 Jan 2024 15:35:07 +0100 Subject: [PATCH] Remmove the test_dummie --- tests/foreman/cli/test_capsulecontent.py | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/tests/foreman/cli/test_capsulecontent.py b/tests/foreman/cli/test_capsulecontent.py index 63e2096b6ef..b55b845719b 100644 --- a/tests/foreman/cli/test_capsulecontent.py +++ b/tests/foreman/cli/test_capsulecontent.py @@ -201,19 +201,3 @@ def test_positive_update_counts(target_sat, module_capsule_configured): search_rate=5, max_tries=5, ) - - -@pytest.mark.parametrize( - 'repos_collection', - [ - { - 'distro': 'rhel8', - 'YumRepository': {'url': settings.repos.module_stream_1.url}, - 'FileRepository': {'url': CUSTOM_FILE_REPO}, - } - ], - indirect=True, -) -def test_dummie(repos_collection, function_org, function_lce): - repos_collection.setup_content(function_org.id, function_lce.id, upload_manifest=False) - pass