diff --git a/wa/framework/configuration/core.py b/wa/framework/configuration/core.py index 9271eea6..55c5f98d 100644 --- a/wa/framework/configuration/core.py +++ b/wa/framework/configuration/core.py @@ -806,17 +806,6 @@ class RunConfiguration(Configuration): failed, but continue attempting to run others. ''' ), - ConfigurationPoint( - 'output_processors', - kind=toggle_set, - default=['csv', 'status'], - description=''' - The list of output processors to be used for this run. Output processors - post-process data generated by workloads and instruments, e.g. to - generate additional reports, format the output in a certain way, or - export the output to an exeternal location. - ''', - ), ConfigurationPoint( 'allow_phone_home', kind=bool, default=True,