From 85179f3352581e07819ad28d80a669047d48c498 Mon Sep 17 00:00:00 2001 From: Jeff Grafton Date: Fri, 18 Sep 2015 14:59:09 -0700 Subject: [PATCH] Demote "KubeProxy should test kube-proxy" to slow tests --- hack/jenkins/e2e.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/hack/jenkins/e2e.sh b/hack/jenkins/e2e.sh index 60b350590ae..0694be35fba 100755 --- a/hack/jenkins/e2e.sh +++ b/hack/jenkins/e2e.sh @@ -132,6 +132,7 @@ GCE_FLAKY_TESTS=( GCE_SLOW_TESTS=( "SchedulerPredicates\svalidates\sMaxPods\slimit " # 8 min, file: scheduler_predicates.go, PR: #13315 "Nodes\sResize" # 3 min 30 sec, file: resize_nodes.go, issue: #13323 + "KubeProxy\sshould\stest\skube-proxy" # 15 min, file: kubeproxy.go, issue: #14204 ) # Tests which are not able to be run in parallel.