Skip to content

Commit

Permalink
Remmove the test_dummie
Browse files Browse the repository at this point in the history
  • Loading branch information
vsedmik authored and JacobCallahan committed Jan 11, 2024
1 parent 81cdd6b commit 99df502
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions tests/foreman/cli/test_capsulecontent.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 99df502

Please sign in to comment.