Skip to content

Commit

Permalink
[6.15.z] Add PIT marker to clone tests (#15249)
Browse files Browse the repository at this point in the history
Co-authored-by: Griffin Sullivan <[email protected]>
  • Loading branch information
Satellite-QE and Griffin-Sullivan authored May 31, 2024
1 parent 5ce30de commit cd50566
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/foreman/destructive/test_clone.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'])
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit cd50566

Please sign in to comment.