Skip to content

Commit

Permalink
Add PIT marker to clone tests (SatelliteQE#15243)
Browse files Browse the repository at this point in the history
  • Loading branch information
Griffin-Sullivan authored May 30, 2024
1 parent e48b00c commit c4dbf81
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(
"sat_ready_rhel",
Expand Down Expand Up @@ -130,7 +131,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 c4dbf81

Please sign in to comment.