Skip to content

Commit

Permalink
Add upgrade marker on ansible destructive tests (#14488)
Browse files Browse the repository at this point in the history
Signed-off-by: Gaurav Talreja <[email protected]>
(cherry picked from commit 17e284f)
  • Loading branch information
Gauravtalreja1 authored and web-flow committed Mar 22, 2024
1 parent fd39966 commit 21a4698
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/foreman/destructive/test_ansible.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"""
import pytest

pytestmark = pytest.mark.destructive
pytestmark = [pytest.mark.destructive, pytest.mark.upgrade]


def test_positive_persistent_ansible_cfg_change(target_sat):
Expand Down

0 comments on commit 21a4698

Please sign in to comment.