Skip to content

Commit

Permalink
remove second taskrun from pr desc test
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhelfand authored and tekton-robot committed Jan 15, 2020
1 parent 010bc97 commit 84e7da6
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions pkg/cmd/pipelinerun/describe_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -822,14 +822,6 @@ func TestPipelineRunDescribe_without_tr_start_time(t *testing.T) {
}),
),
),
tb.TaskRun("tr-2", "ns",
tb.TaskRunStatus(
tb.StatusCondition(apis.Condition{
Type: apis.ConditionReady,
Status: corev1.ConditionUnknown,
}),
),
),
}

cs, _ := test.SeedTestData(t, pipelinetest.Data{
Expand All @@ -847,10 +839,6 @@ func TestPipelineRunDescribe_without_tr_start_time(t *testing.T) {
PipelineTaskName: "t-1",
Status: &trs[0].Status,
}),
tb.PipelineRunTaskRunsStatus("tr-2", &v1alpha1.PipelineRunTaskRunStatus{
PipelineTaskName: "t-2",
Status: &trs[0].Status,
}),
tb.PipelineRunStartTime(clock.Now()),
),
),
Expand Down Expand Up @@ -890,7 +878,6 @@ No params
Taskruns
NAME TASK NAME STARTED DURATION STATUS
tr-1 t-1 --- --- Running
tr-2 t-2 --- --- Running
`

test.AssertOutput(t, expected, actual)
Expand Down

0 comments on commit 84e7da6

Please sign in to comment.