From 618568f53fab9cfe35817a3f74cb2a711bc845f0 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 (cherry picked from commit bf0544cb1225cad12bf02cdcf144f28305d92ea1) --- 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):