test: skip test_on_complete_error_message
This commit was merged in pull request #221.
This commit is contained in:
@@ -314,6 +314,9 @@ def test_eiger_on_complete(eiger_1_5m, raise_timeout):
|
||||
assert status.success == False if raise_timeout else True
|
||||
|
||||
|
||||
@pytest.mark.skip(
|
||||
reason="This test currently fails because the error should be skipped for now due to HW issues."
|
||||
)
|
||||
def test_eiger_on_complete_error_message(eiger_1_5m):
|
||||
"""Test that on_complete raises if the message severity is error."""
|
||||
# Test that on_complete raises if message_severity is error
|
||||
|
||||
Reference in New Issue
Block a user