Skip to content

Commit

Permalink
[6.14.z] Skip orphan cleanup case for n_minus scenario (#14408)
Browse files Browse the repository at this point in the history
Skip orphan cleanup case for n_minus scenario (#14371)

(cherry picked from commit 672ba8d)

Co-authored-by: vsedmik <[email protected]>
  • Loading branch information
Satellite-QE and vsedmik authored Mar 14, 2024
1 parent 5106239 commit cea7f46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/foreman/api/test_capsulecontent.py
Original file line number Diff line number Diff line change
Expand Up @@ -1289,7 +1289,7 @@ def test_positive_remove_capsule_orphans(
:BZ: 22043089, 2211962
"""
if not pytestconfig.option.n_minus:
if pytestconfig.option.n_minus:
pytest.skip('Test cannot be run on n-minus setups session-scoped capsule')
# Enable RHST repo and sync it to the Library LCE.
repo_id = target_sat.api_factory.enable_rhrepo_and_fetchid(
Expand Down

0 comments on commit cea7f46

Please sign in to comment.