Skip to content

Commit

Permalink
Fix parallel test + for range value overwrite bug
Browse files Browse the repository at this point in the history
  • Loading branch information
cccfeng authored and tekton-robot committed Jan 6, 2020
1 parent e2a0084 commit 3f038a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/cancel_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ func TestTaskRunPipelineRunCancel(t *testing.T) {

for _, tdd := range tds {
t.Run(tdd.name, func(t *testing.T) {

tdd := tdd
var pipelineTask = tb.PipelineTask("foo", "banana")
if tdd.retries {
pipelineTask = tb.PipelineTask("foo", "banana", tb.Retries(1))
Expand Down

0 comments on commit 3f038a5

Please sign in to comment.