Skip to content

Commit

Permalink
unbreak cme/cce tests
Browse files Browse the repository at this point in the history
Change-Id: I186cbaffc46307f9beba1cf1d7ba656aefe9517b
  • Loading branch information
mo-ki authored and jherbel committed Feb 7, 2025
1 parent 88b7e62 commit ac19415
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/checks/test_checks_sanity.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ def test_shipped_ps_disocvery(host_services: dict[str, ServiceInfo], site: Site)
# f"Process {site.id} real-time helper", # not enabled
f"Process {site.id} rrd helper",
}
if site.version.is_enterprise_edition():
if not site.version.is_raw_edition():
expected_ps_services |= {
f"Process {site.id} dcd",
}
Expand Down

0 comments on commit ac19415

Please sign in to comment.