Skip to content

Commit

Permalink
[6.15.z] Skip orphan cleanup case for n_minus scenario (SatelliteQE#1…
Browse files Browse the repository at this point in the history
…4409)

Skip orphan cleanup case for n_minus scenario (SatelliteQE#14371)

(cherry picked from commit 672ba8d)

Co-authored-by: vsedmik <[email protected]>
  • Loading branch information
2 people authored and damoore044 committed Mar 18, 2024
1 parent 17bf812 commit f9a2239
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 @@ -1323,7 +1323,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 f9a2239

Please sign in to comment.