MCPcopy Create free account
hub / github.com/conforma/cli / theTaskShouldFail

Function theTaskShouldFail

acceptance/kubernetes/kubernetes.go:264–266  ·  view source on GitHub ↗
(ctx context.Context)

Source from the content-addressed store, hash-verified

262}
263
264func theTaskShouldFail(ctx context.Context) error {
265 return processTaskCompletedStatus(ctx, false)
266}
267
268func processTaskCompletedStatus(ctx context.Context, want bool) error {
269 c := testenv.FetchState[ClusterState](ctx)

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected