diff --git a/.bin/Scripts/functions/hw_diags.py b/.bin/Scripts/functions/hw_diags.py index 3b98e708..7647b56d 100644 --- a/.bin/Scripts/functions/hw_diags.py +++ b/.bin/Scripts/functions/hw_diags.py @@ -596,7 +596,7 @@ def post_drive_results(ticket_number): # I/O Benchmark io_status = TESTS['iobenchmark']['Status'].get(name, None) - if TESTS['iobenchmark']['Enabled'] and io_status not in ['Denied', 'Skipped']: + if TESTS['iobenchmark']['Enabled'] and io_status not in ['Denied', 'ERROR', 'Skipped']: one_line_graph = generate_horizontal_graph( rates=TESTS['iobenchmark']['Data'][name]['Merged Rates'], oneline=True)