Remove useless e2e noise

This commit is contained in:
Tim Hockin
2015-04-07 17:52:32 -07:00
parent f2c8decffe
commit f9a3315367
2 changed files with 0 additions and 38 deletions

View File

@@ -263,8 +263,6 @@ func shuffleStrings(strings []string, r *rand.Rand) {
}
func Test() bool {
defer runBashUntil("watchEvents", exec.Command(filepath.Join(*root, "hack/e2e-internal/e2e-watch-events.sh")))()
if !IsUp() {
log.Fatal("Testing requested, but e2e cluster not up!")
}