From bf8153c6440c5984a186597723dcc87eafbecdea Mon Sep 17 00:00:00 2001 From: Jeff Grafton Date: Wed, 23 Sep 2015 16:06:23 -0700 Subject: [PATCH] KubeProxy e2e test is still slow --- hack/jenkins/e2e.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/hack/jenkins/e2e.sh b/hack/jenkins/e2e.sh index fb7ae7d2a0c..a378fda00f2 100755 --- a/hack/jenkins/e2e.sh +++ b/hack/jenkins/e2e.sh @@ -144,6 +144,7 @@ GCE_SLOW_TESTS=( "Nodes\sResize" # 3 min 30 sec, file: resize_nodes.go, issue: #13323 "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 ) # Tests which are not able to be run in parallel.