A simple way to achieve that is to Customize the process model as follows: 1. Copy the SequentialModel.seq from \Components\NI\Models\TestStandModels to the user folder \Components\User\Models\TestStandModels,
2. Open the SequentialModel.seq from the user folder and in the TestReport callback sequence place a "GoTo" step at the very begining of the Main step group. The GoTo step must point to the "End" as destination and set a precondition as follows: RunState.Sequence.Parameters.MainSequenceResults.Status != "Passed"
The modified SequentialModel.seq is attached bellow: