Skip to content

Commit

Permalink
Revert "e2e: only tear down existing cluster if it exists"
Browse files Browse the repository at this point in the history
  • Loading branch information
rmmh authored and fejta committed Jan 21, 2017
1 parent d019973 commit d3867a9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions hack/e2e.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,7 @@ func main() {
}
}

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

0 comments on commit d3867a9

Please sign in to comment.