test test fails
Some checks failed
CI for debye_bec / test (push) Failing after 1m5s
CI for debye_bec / test (pull_request) Failing after 1m6s

This commit is contained in:
2025-09-24 12:17:08 -05:00
parent 4965e3e973
commit 8b1bb980f0

View File

@@ -58,6 +58,7 @@ def mock_prosilica():
def test_prosilica_init(mock_prosilica):
"""Test the initialization of the Prosilica camera device."""
raise ValueError("Flaky test, needs investigation")
assert mock_prosilica.name == "cam"
assert mock_prosilica.prefix == "test:"
assert isinstance(mock_prosilica.cam1, ProsilicaDetectorCam)