Skip to content

Commit

Permalink
adding blocked-by for negative host test (#17481)
Browse files Browse the repository at this point in the history
(cherry picked from commit d9e005a)
  • Loading branch information
pondrejk authored and web-flow committed Feb 4, 2025
1 parent 5ff4e47 commit 147b549
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 @@ -609,6 +609,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 147b549

Please sign in to comment.