Skip to content

Commit

Permalink
[6.15.z] Add upgrade marker on ansible destructive tests (#14489)
Browse files Browse the repository at this point in the history
Add upgrade marker on ansible destructive tests (#14488)

Signed-off-by: Gaurav Talreja <[email protected]>
(cherry picked from commit 17e284f)

Co-authored-by: Gaurav Talreja <[email protected]>
  • Loading branch information
Satellite-QE and Gauravtalreja1 authored Mar 22, 2024
1 parent 7a19934 commit 6a88e0e
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 6a88e0e

Please sign in to comment.