Skip to content

Commit

Permalink
Skip orphan cleanup case for n_minus scenario (#14371)
Browse files Browse the repository at this point in the history
(cherry picked from commit 672ba8d)
  • Loading branch information
vsedmik authored and web-flow committed Mar 14, 2024
1 parent 5106239 commit 80860ef
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 80860ef

Please sign in to comment.