Skip to content

Commit

Permalink
Skip orphan cleanup case for n_minus scenario
Browse files Browse the repository at this point in the history
  • Loading branch information
vsedmik committed Mar 12, 2024
1 parent 73b7bd2 commit 2a57833
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 @@ -1293,7 +1293,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 2a57833

Please sign in to comment.