test(eiger): skip on_connected du to change of config to 8_5M from 9M
This commit was merged in pull request #222.
This commit is contained in:
@@ -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."""
|
||||
|
||||
Reference in New Issue
Block a user