Skip to content

Commit

Permalink
Revert skipping of failed test
Browse files Browse the repository at this point in the history
With Pipelines v0.35.1, the test which was failing is now fixed. Earlier
it was skipped in order to unblock the CI but now it seems that we can
revert that.

Signed-off-by: vinamra28 <[email protected]>
  • Loading branch information
vinamra28 authored and tekton-robot committed May 16, 2022
1 parent 947a78d commit c354cc3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/e2e/pipeline/pipeline_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,6 @@ func TestPipelinesNegativeE2E(t *testing.T) {
var pipelineGeneratedName string

t.Run("Start Pipeline Run using pipeline start command with SA as 'pipelines' ", func(t *testing.T) {
t.Skip("skipping due to problems in TektonPipelines. See https://github.com/tektoncd/pipeline/issues/4747")
res := tkn.MustSucceed(t, "pipeline", "start", tePipelineName,
"-r=source-repo="+tePipelineFaultGitResourceName,
"-p=FILEPATH=docs",
Expand Down

0 comments on commit c354cc3

Please sign in to comment.