Revert "Scheduledjob e2e"

This commit is contained in:
Girish Kalele
2016-08-12 16:12:19 -07:00
committed by GitHub
parent f279e61e4a
commit f64c052858
6 changed files with 14 additions and 267 deletions

View File

@@ -265,8 +265,6 @@ func TearDown() bool {
// Up brings an e2e cluster up, recreating it if one is already running.
func Up() bool {
// force having batch/v2alpha1 always on for e2e tests
os.Setenv("KUBE_RUNTIME_CONFIG", "batch/v2alpha1=true")
return finishRunning("up", exec.Command("./hack/e2e-internal/e2e-up.sh"))
}