(ctx context.Context)
| 262 | } |
| 263 | |
| 264 | func theTaskShouldFail(ctx context.Context) error { |
| 265 | return processTaskCompletedStatus(ctx, false) |
| 266 | } |
| 267 | |
| 268 | func processTaskCompletedStatus(ctx context.Context, want bool) error { |
| 269 | c := testenv.FetchState[ClusterState](ctx) |
nothing calls this directly
no test coverage detected