mirror of https://github.com/knative/client.git
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:
parent
9de6e612ef
commit
0aa2299818
|
|
@ -35,7 +35,6 @@ const (
|
|||
|
||||
func TestTektonPipeline(t *testing.T) {
|
||||
test := NewE2eTest(t)
|
||||
defer test.Teardown(t)
|
||||
test.Setup(t)
|
||||
|
||||
kubectl := kubectl{t, Logger{}}
|
||||
|
|
|
|||
Loading…
Reference in New Issue