diff --git a/.bin/Scripts/functions/osticket.py b/.bin/Scripts/functions/osticket.py index b9b327f0..8e011c55 100644 --- a/.bin/Scripts/functions/osticket.py +++ b/.bin/Scripts/functions/osticket.py @@ -192,7 +192,7 @@ class osTicket(): # Test reports for name, test in dev.tests.items(): report.extend(self.convert_report(name, test)) - if name == 'I/O Benchmark': + if name == 'I/O Benchmark' and not test.disabled: # Create PNG graph try: graph_file = export_io_graph(dev)