diff --git a/framework/python/src/core/testrun.py b/framework/python/src/core/testrun.py index 5baf1e8c6..c5dce3adb 100644 --- a/framework/python/src/core/testrun.py +++ b/framework/python/src/core/testrun.py @@ -419,8 +419,6 @@ def save_device(self, device: Device): with open(config_file_path, 'w+', encoding='utf-8') as config_file: config_file.writelines(json.dumps(device.to_config_json(), indent=4)) - # Reload device reports - self._load_test_reports(device) return device.to_config_json()