Remove redundant cleanup in Tekton tests (#600)

* tear down only if the test passes, we want to keep the pods otherwise
so that the dump will show their errors
This commit is contained in:
Martin Gencur 2020-01-07 19:17:51 +01:00 committed by Knative Prow Robot
parent 9de6e612ef
commit 0aa2299818
1 changed files with 0 additions and 1 deletions

View File

@ -35,7 +35,6 @@ const (
func TestTektonPipeline(t *testing.T) {
test := NewE2eTest(t)
defer test.Teardown(t)
test.Setup(t)
kubectl := kubectl{t, Logger{}}