Update tests/test_utils_pvpreload.py
Run CI Tests / test (push) Has been cancelled

This commit is contained in:
2025-08-26 15:09:04 +02:00
parent 3a40836ddf
commit 06e82c3ede
+1 -3
View File
@@ -18,7 +18,6 @@ from slic.utils.hastyepics import get_pv
from morbidissimo import MorIOC
from slic.utils.pvpreload import *
'''
def configure_logzero_for_pytest(caplog):
logger.handlers.clear()
logger.setLevel(logging.DEBUG)
@@ -257,5 +256,4 @@ def test_pvpreload_end_to_end(tmp_path, caplog):
# Verify logs
logs = "\n".join(caplog.messages)
assert "PV preload done" in logs
assert "PV offload done" in logs
'''
assert "PV offload done" in logs