Skip to content

Commit 724b3ed

Browse files
committed
rm
Signed-off-by: Stephan Behnke <[email protected]>
1 parent 016e110 commit 724b3ed

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

scenarios/workflow_with_single_noop_activity.go

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,13 @@ func init() {
4242
}
4343
},
4444
VerifyFn: func(ctx context.Context, info loadgen.ScenarioInfo, executor loadgen.Executor) []error {
45-
e := executor.(*noopActivityExecutor)
46-
if e.completionVerifier == nil {
47-
return nil
48-
}
49-
state := e.KitchenSinkExecutor.GetState()
50-
return e.completionVerifier.VerifyRun(ctx, info, state)
45+
// e := executor.(*noopActivityExecutor)
46+
// if e.completionVerifier == nil {
47+
// return nil
48+
// }
49+
// state := e.KitchenSinkExecutor.GetState()
50+
// return e.completionVerifier.VerifyRun(ctx, info, state)
51+
return nil
5152
},
5253
})
5354
}

0 commit comments

Comments
 (0)