From 8b1bb980f0420e9c0b74cef6c98dcd2e1e04c578 Mon Sep 17 00:00:00 2001 From: appel_c Date: Wed, 24 Sep 2025 12:17:08 -0500 Subject: [PATCH] test test fails --- tests/tests_devices/test_cameras.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/tests_devices/test_cameras.py b/tests/tests_devices/test_cameras.py index 7fcb078..09e5452 100644 --- a/tests/tests_devices/test_cameras.py +++ b/tests/tests_devices/test_cameras.py @@ -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)