From 18e3c77fd4e4db17c22614eb8872aea15bb7676b Mon Sep 17 00:00:00 2001 From: Satellite QE <115476073+Satellite-QE@users.noreply.github.com> Date: Tue, 4 Jun 2024 10:58:08 -0400 Subject: [PATCH] [6.16.z] Remove old CV UI tests (#15295) 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 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):