From e034aa4bb7cc71a6302770dac87c5e9b90f995aa Mon Sep 17 00:00:00 2001 From: Griffin Sullivan <48397354+Griffin-Sullivan@users.noreply.github.com> Date: Thu, 30 May 2024 17:56:51 -0400 Subject: [PATCH] Add PIT marker to clone tests (#15243) (cherry picked from commit c4dbf8182ce42f4a969f651cb487e12a87082b8b) --- 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.