Skip to content

Commit d3867a9

Browse files
rmmhfejta
authored andcommitted
Revert "e2e: only tear down existing cluster if it exists"
1 parent d019973 commit d3867a9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

hack/e2e.go

+1-3
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,7 @@ func main() {
9494
}
9595
}
9696

97-
// TODO: remove the IsUp() check after we stop testing 1.2 and earlier
98-
// (or if we figure out a better way to handle TearDown failing on nonexisting clusters on old releases).
99-
if *up && IsUp() {
97+
if *up {
10098
if err := TearDown(); err != nil {
10199
log.Fatalf("error tearing down previous cluster: %v", err)
102100
}

0 commit comments

Comments
 (0)