test(eiger): skip on_connected du to change of config to 8_5M from 9M
CI for csaxs_bec / test (pull_request) Successful in 1m31s
Read the Docs Deploy Trigger / trigger-rtd-webhook (push) Successful in 2s
CI for csaxs_bec / test (push) Successful in 1m34s

This commit was merged in pull request #222.
This commit is contained in:
2026-06-16 16:22:20 +02:00
parent c1619111cf
commit cb0d4cf999
+3
View File
@@ -181,6 +181,9 @@ def test_eiger_1_5m_on_connected(eiger_1_5m, detector_list, detector_state):
assert mock_jfj_preview_client.start.call_count == 1
@pytest.mark.skip(
reason="This test is currently disabled because the Eiger 9M config is replaced by the 8_5M config."
)
@pytest.mark.parametrize("detector_state", ["Idle", "Inactive"])
def test_eiger_9m_on_connected(eiger_9m, detector_list, detector_state):
"""Test the on_connected logic of the Eiger detector."""