diff --git a/tests/foreman/ui/test_contenthost.py b/tests/foreman/ui/test_contenthost.py index 1db98df1d70..851faa9a08b 100644 --- a/tests/foreman/ui/test_contenthost.py +++ b/tests/foreman/ui/test_contenthost.py @@ -47,6 +47,8 @@ if not setting_is_set('clients') or not setting_is_set('fake_manifest'): pytest.skip('skipping tests due to missing settings', allow_module_level=True) +pytestmark = [pytest.mark.no_containers] + @pytest.fixture(scope='module', autouse=True) def host_ui_default(): @@ -83,7 +85,7 @@ def vm(module_repos_collection_with_manifest, rhel7_contenthost, target_sat): def vm_module_streams(module_repos_collection_with_manifest, rhel8_contenthost, target_sat): """Virtual machine registered in satellite without katello-agent installed""" module_repos_collection_with_manifest.setup_virtual_machine( - rhel8_contenthost, install_katello_agent=False + rhel8_contenthost, install_katello_agent=False, enable_custom_repos=True ) rhel8_contenthost.add_rex_key(satellite=target_sat) yield rhel8_contenthost