We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2a0084 commit 3f038a5Copy full SHA for 3f038a5
test/cancel_test.go
@@ -55,7 +55,7 @@ func TestTaskRunPipelineRunCancel(t *testing.T) {
55
56
for _, tdd := range tds {
57
t.Run(tdd.name, func(t *testing.T) {
58
-
+ tdd := tdd
59
var pipelineTask = tb.PipelineTask("foo", "banana")
60
if tdd.retries {
61
pipelineTask = tb.PipelineTask("foo", "banana", tb.Retries(1))
0 commit comments