From 5883adfbfa092ca85aee5ecadacd9e6f98877cf6 Mon Sep 17 00:00:00 2001 From: Samuel Bible Date: Tue, 4 Jun 2024 05:08:12 -0500 Subject: [PATCH] Remove old CV UI tests (#14989) Mark all tests as stubbed --- tests/foreman/ui/test_contentview_old.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/foreman/ui/test_contentview_old.py b/tests/foreman/ui/test_contentview_old.py index 9d8bba4c6c1..dc8ea653747 100644 --- a/tests/foreman/ui/test_contentview_old.py +++ b/tests/foreman/ui/test_contentview_old.py @@ -52,6 +52,8 @@ VERSION = 'Version 1.0' +pytestmark = [pytest.mark.stubbed] + @pytest.fixture(scope='module') def module_org(module_target_sat):