The MockFlowFile has a method setPenalized() which sets the 'penalized' variable to true. And, the isPenalized() method simply returns the value of 'penalized'. (In the real world, isPenalized() is time-based.) How does one un-penalize a MockFlowFile? I believe an unsetPenalized() method may be needed.
Thanks, Mark
