From 77123d8f97e34e4fa06aa85ecf4f1a0441918ff1 Mon Sep 17 00:00:00 2001 From: Satellite QE <115476073+Satellite-QE@users.noreply.github.com> Date: Thu, 30 May 2024 18:07:46 -0400 Subject: [PATCH] [6.14.z] Add PIT marker to clone tests (#15247) --- tests/foreman/destructive/test_clone.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/foreman/destructive/test_clone.py b/tests/foreman/destructive/test_clone.py index a7b786945e2..513dfbdd850 100644 --- a/tests/foreman/destructive/test_clone.py +++ b/tests/foreman/destructive/test_clone.py @@ -22,6 +22,7 @@ pytestmark = pytest.mark.destructive +@pytest.mark.pit_server @pytest.mark.e2e @pytest.mark.parametrize('backup_type', ['online', 'offline']) @pytest.mark.parametrize('skip_pulp', [False, True], ids=['include_pulp', 'skip_pulp']) @@ -125,7 +126,6 @@ def test_positive_clone_backup( ) -@pytest.mark.pit_server def test_positive_list_tasks(target_sat): """Test that satellite-clone --list-tasks command doesn't fail.