From 6a5c7b401c89d0ce99656d211d2ba2a25efde0ee Mon Sep 17 00:00:00 2001 From: Satellite QE <115476073+Satellite-QE@users.noreply.github.com> Date: Tue, 4 Jun 2024 10:57:46 -0400 Subject: [PATCH] [6.15.z] Remove old CV UI tests (#15293) Remove old CV UI tests (#14989) Mark all tests as stubbed (cherry picked from commit bf0544cb1225cad12bf02cdcf144f28305d92ea1) Co-authored-by: Samuel Bible --- 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 5a02928b561..03663700220 100644 --- a/tests/foreman/ui/test_contentview_old.py +++ b/tests/foreman/ui/test_contentview_old.py @@ -51,6 +51,8 @@ VERSION = 'Version 1.0' +pytestmark = [pytest.mark.stubbed] + @pytest.fixture(scope='module') def module_org(module_target_sat):