backoff e2e tests

Signed-off-by: Sam Abed <samsabed@gmail.com>
This commit is contained in:
Sam Abed
2015-10-15 15:58:20 +11:00
parent b9c7cf43b2
commit 78979c77ce
3 changed files with 261 additions and 4 deletions

View File

@@ -149,6 +149,7 @@ GCE_SLOW_TESTS=(
"resource\susage\stracking" # 1 hour, file: kubelet_perf.go, slow by design
"monotonically\sincreasing\srestart\scount" # 1.5 to 5 min, file: pods.go, slow by design
"KubeProxy\sshould\stest\skube-proxy" # 9 min 30 sec, file: kubeproxy.go, issue: #14204
"cap\sback-off\sat\sMaxContainerBackOff" # 20 mins file: manager.go, PR: #12648
)
# Tests which are not able to be run in parallel.