Skip to content

Commit

Permalink
test_plugin: Restore test cases
Browse files Browse the repository at this point in the history
CMK-21720

Change-Id: Ic5edb994fe1cb0aa8719c399cdff6b6cea742f76
  • Loading branch information
MatteoStifano committed Feb 11, 2025
1 parent 49eebdc commit 78eab92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 14 deletions.
14 changes: 1 addition & 13 deletions tests/plugins_integration/test_plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,7 @@
logger = logging.getLogger(__name__)


@pytest.mark.parametrize(
"host_name",
[
host
for host in get_host_names()
if host
not in (
"agent-2.2.0p14-windows-dhcp", # CMK-21720
"agent-2.2.0p14-windows-veeam-backup", # CMK-21720
"agent-2.2.0p14-windows-mssql", # CMK-21720
)
],
)
@pytest.mark.parametrize("host_name", [host for host in get_host_names() if host])
def test_plugin(
test_site: Site,
host_name: str,
Expand Down
2 changes: 1 addition & 1 deletion tests/qa-test-data

0 comments on commit 78eab92

Please sign in to comment.