Skip to content

Commit

Permalink
[6.14.z] adding blocked-by for negative host test (#17487)
Browse files Browse the repository at this point in the history
adding blocked-by for negative host test (#17481)

(cherry picked from commit d9e005a)

Co-authored-by: Peter Ondrejka <[email protected]>
  • Loading branch information
Satellite-QE and pondrejk authored Feb 4, 2025
1 parent 91ad3dc commit 80d16cf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/foreman/cli/test_host.py
Original file line number Diff line number Diff line change
Expand Up @@ -546,6 +546,8 @@ def test_negative_create_with_unpublished_cv(module_lce, module_org, module_cv,
:expectedresults: Host is not created using new unpublished cv
:CaseImportance: Critical
:BlockedBy: SAT-30848
"""
with pytest.raises(CLIFactoryError):
module_target_sat.cli_factory.make_fake_host(
Expand Down

0 comments on commit 80d16cf

Please sign in to comment.